Uses of Class
org.alfresco.repo.policy.PolicyScope
-
-
Uses of PolicyScope in org.alfresco.repo.audit.access
Methods in org.alfresco.repo.audit.access with parameters of type PolicyScope Modifier and Type Method Description voidAccessAuditor. onCreateVersion(QName classRef, NodeRef nodeRef, Map<String,Serializable> versionProperties, PolicyScope nodeDetails) -
Uses of PolicyScope in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type PolicyScope Modifier and Type Method Description voidCheckedOutAspect. onCreateVersion(QName classRef, NodeRef versionableNode, Map<String,Serializable> versionProperties, PolicyScope nodeDetails)Callback behaviour retrieval for the 'onCreateVersion' aspect. -
Uses of PolicyScope in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock with parameters of type PolicyScope Modifier and Type Method Description voidLockServiceImpl. onCreateVersion(QName classRef, NodeRef versionableNode, Map<String,Serializable> versionProperties, PolicyScope nodeDetails)OnCreateVersion behaviour for the lock aspect -
Uses of PolicyScope in org.alfresco.repo.model.ml
Methods in org.alfresco.repo.model.ml with parameters of type PolicyScope Modifier and Type Method Description voidEmptyTranslationAspect. onCopyNode(QName classRef, NodeRef sourceNodeRef, StoreRef destinationStoreRef, boolean copyToNewNode, PolicyScope copyDetails)Copy a cm:mlEmptyTranslation is not permit. -
Uses of PolicyScope in org.alfresco.repo.node
Methods in org.alfresco.repo.node with parameters of type PolicyScope Modifier and Type Method Description voidTemporaryAspect. onCopyNode(QName classRef, NodeRef sourceNodeRef, StoreRef destinationStoreRef, boolean copyToNewNode, PolicyScope copyDetails)Does nothing -
Uses of PolicyScope in org.alfresco.repo.version
Methods in org.alfresco.repo.version with parameters of type PolicyScope Modifier and Type Method Description protected NodeRefVersion2ServiceImpl. createNewVersion(QName sourceTypeRef, NodeRef versionHistoryRef, Map<QName,Serializable> standardVersionProperties, Map<String,Serializable> versionProperties, int versionNumber, PolicyScope nodeDetails)Creates a new version node, setting the properties both calculated and specified.protected voidVersionServiceImpl. defaultOnCreateVersion(QName classRef, NodeRef nodeRef, Map<String,Serializable> versionProperties, PolicyScope nodeDetails)voidVersionServicePolicies.OnCreateVersionPolicy. onCreateVersion(QName classRef, NodeRef versionableNode, Map<String,Serializable> versionProperties, PolicyScope nodeDetails)Called during the creation of the version to determine what the versioning policy for a perticular type may be. -
Uses of PolicyScope in org.alfresco.repo.version.common
Methods in org.alfresco.repo.version.common with parameters of type PolicyScope Modifier and Type Method Description protected abstract voidAbstractVersionServiceImpl. defaultOnCreateVersion(QName classRef, NodeRef nodeRef, Map<String,Serializable> versionProperties, PolicyScope nodeDetails)Default implementation of the on create version policy.protected voidAbstractVersionServiceImpl. invokeOnCreateVersion(NodeRef nodeRef, Map<String,Serializable> versionProperties, PolicyScope nodeDetails)Invoke the on create version policy behaviour
-