Uses of Interface
nl.gx.webmanager.services.contentrepresentation.ContentRepresentationReferenceEntry
-
Packages that use ContentRepresentationReferenceEntry Package Description nl.gx.webmanager.services.contentrepresentation This package contains the interfaces which are needed for the representation of content items such asPageVersion
s. -
-
Uses of ContentRepresentationReferenceEntry in nl.gx.webmanager.services.contentrepresentation
Methods in nl.gx.webmanager.services.contentrepresentation that return ContentRepresentationReferenceEntry Modifier and Type Method Description static ContentRepresentationReferenceEntry
ContentRepresentations. createRefEntry(String name, List<ContentRepresentation> values)
Creates aContentRepresentationEntry
instance from the given values.
-