Uses of Class
org.alfresco.service.cmr.repository.AspectMissingException
Packages that use AspectMissingException
Package
Description
-
Uses of AspectMissingException in org.alfresco.repo.version
Methods in org.alfresco.repo.version that throw AspectMissingExceptionModifier and TypeMethodDescriptionVersion2ServiceImpl.createVersion(Collection<NodeRef> nodeRefs, Map<String, Serializable> versionProperties) Version2ServiceImpl.createVersion(NodeRef nodeRef, Map<String, Serializable> versionProperties) 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.voidVersion2ServiceImpl.deleteVersionHistory(NodeRef nodeRef) voidVersionServiceImpl.deleteVersionHistory(NodeRef nodeRef) -
Uses of AspectMissingException in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that throw AspectMissingExceptionModifier 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) voidVirtualVersionServiceExtension.deleteVersionHistory(NodeRef nodeRef) VirtualVersionServiceExtension.getVersionHistory(NodeRef nodeRef) -
Uses of AspectMissingException in org.alfresco.service.cmr.version
Methods in org.alfresco.service.cmr.version that throw AspectMissingExceptionModifier 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.voidVersionService.deleteVersionHistory(NodeRef nodeRef) Delete the version history associated with a node reference.VersionService.getVersionHistory(NodeRef nodeRef) Gets the version history information for a node.