Uses of Class
com.gentics.contentnode.rest.model.CmpVersionInfo
-
Packages that use CmpVersionInfo Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.response -
-
Uses of CmpVersionInfo in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return CmpVersionInfo Modifier and Type Method Description CmpVersionInfo
CmpVersionInfo. setCompatibility(CmpCompatibility compatibility)
CmpVersionInfo
CmpVersionInfo. setMeshVersion(String meshVersion)
CmpVersionInfo
CmpVersionInfo. setPortalType(String portalType)
CmpVersionInfo
CmpVersionInfo. setPortalVersion(String portalVersion)
-
Uses of CmpVersionInfo in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type CmpVersionInfo Modifier and Type Method Description Map<String,CmpVersionInfo>
VersionResponse. getNodeInfo()
Get the map containing CMP component version information for each node.Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type CmpVersionInfo Modifier and Type Method Description void
VersionResponse. setNodeInfo(Map<String,CmpVersionInfo> nodeInfo)
Set the per node CMP component version information.
-