Uses of Class
org.alfresco.service.cmr.version.ReservedVersionNameException
Packages that use ReservedVersionNameException
Package
Description
-
Uses of ReservedVersionNameException in org.alfresco.repo.version
Methods in org.alfresco.repo.version that throw ReservedVersionNameExceptionModifier and TypeMethodDescriptionVersion2ServiceImpl.createVersion(Collection<NodeRef> nodeRefs, Map<String, Serializable> versionProperties) Version2ServiceImpl.createVersion(NodeRef nodeRef, Map<String, Serializable> versionProperties) protected VersionVersion2ServiceImpl.createVersion(NodeRef nodeRef, Map<String, Serializable> origVersionProperties, int versionNumber) VersionServiceImpl.createVersion(Collection<NodeRef> nodeRefs, Map<String, Serializable> versionProperties) Note: we can't control the order of the list, so if we have children and parents in the list and the parents get versioned before the children and the children are not already versioned then the parents child references will be pointing to the node ref, rather than the verison history.VersionServiceImpl.createVersion(NodeRef nodeRef, Map<String, Serializable> versionProperties) VersionServiceImpl.createVersion(NodeRef nodeRef, Map<String, Serializable> versionProperties, boolean versionChildren) The version's are created from the children upwards with the parent being created first.protected VersionVersionServiceImpl.createVersion(NodeRef nodeRef, Map<String, Serializable> origVersionProperties, int versionNumber) Creates a new version of the passed node assigning the version properties accordingly. -
Uses of ReservedVersionNameException in org.alfresco.repo.version.common
Methods in org.alfresco.repo.version.common that throw ReservedVersionNameExceptionModifier and TypeMethodDescriptionstatic voidVersionUtil.checkVersionPropertyNames(Collection<String> names) Checks that the names of the additional version properties are valid and that they do not clash with the reserved properties. -
Uses of ReservedVersionNameException in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that throw ReservedVersionNameExceptionModifier and TypeMethodDescriptionVirtualVersionServiceExtension.createVersion(Collection<NodeRef> nodeRefs, Map<String, Serializable> versionProperties) VirtualVersionServiceExtension.createVersion(NodeRef nodeRef, Map<String, Serializable> versionProperties) VirtualVersionServiceExtension.createVersion(NodeRef nodeRef, Map<String, Serializable> versionProperties, boolean versionChildren) -
Uses of ReservedVersionNameException in org.alfresco.service.cmr.version
Methods in org.alfresco.service.cmr.version that throw ReservedVersionNameExceptionModifier and TypeMethodDescriptionVersionService.createVersion(Collection<NodeRef> nodeRefs, Map<String, Serializable> versionProperties) Creates new versions based on the list of node references provided.VersionService.createVersion(NodeRef nodeRef, Map<String, Serializable> versionProperties) Creates a new version based on the referenced node.VersionService.createVersion(NodeRef nodeRef, Map<String, Serializable> versionProperties, boolean versionChildren) Creates a new version based on the referenced node.