Uses of Class
com.gentics.contentnode.rest.model.CmpVersionInfo
Packages that use CmpVersionInfo
-
Uses of CmpVersionInfo in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return CmpVersionInfoModifier and TypeMethodDescriptionCmpVersionInfo.setCompatibility
(CmpCompatibility compatibility) CmpVersionInfo.setMeshVersion
(String meshVersion) CmpVersionInfo.setPortalType
(String portalType) 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 CmpVersionInfoModifier and TypeMethodDescriptionVersionResponse.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 CmpVersionInfoModifier and TypeMethodDescriptionvoid
VersionResponse.setNodeInfo
(Map<String, CmpVersionInfo> nodeInfo) Set the per node CMP component version information.