Uses of Class
org.alfresco.service.cmr.version.VersionType
-
Packages that use VersionType Package Description org.alfresco.opencmis org.alfresco.repo.version.common org.alfresco.service.cmr.version -
-
Uses of VersionType in org.alfresco.opencmis
Methods in org.alfresco.opencmis with parameters of type VersionType Modifier and Type Method Description voidCMISConnector. createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef, VersionType versionType, java.lang.String reason) -
Uses of VersionType in org.alfresco.repo.version.common
Methods in org.alfresco.repo.version.common that return VersionType Modifier and Type Method Description VersionTypeVersionImpl. getVersionType() -
Uses of VersionType in org.alfresco.service.cmr.version
Methods in org.alfresco.service.cmr.version that return VersionType Modifier and Type Method Description VersionTypeVersion. getVersionType()Helper method to get the version type.static VersionTypeVersionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VersionType[]VersionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-