Class AuthorityTypeBehaviour
java.lang.Object
org.alfresco.repo.security.authority.AuthorityTypeBehaviour
- All Implemented Interfaces:
NodeServicePolicies.OnUpdatePropertiesPolicy,ClassPolicy,Policy,org.springframework.beans.factory.InitializingBean
public class AuthorityTypeBehaviour
extends Object
implements NodeServicePolicies.OnUpdatePropertiesPolicy, org.springframework.beans.factory.InitializingBean
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields inherited from interface org.alfresco.repo.node.NodeServicePolicies.OnUpdatePropertiesPolicy
ARG_0, ARG_1, ARG_2, QNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinit()voidonUpdateProperties(NodeRef nodeRef, Map<QName, Serializable> before, Map<QName, Serializable> after) Called after a node's properties have been changed.voidsetAuthorityService(AuthorityService authorityService) voidsetPolicyComponent(PolicyComponent policyComponent)
-
Constructor Details
-
AuthorityTypeBehaviour
public AuthorityTypeBehaviour()
-
-
Method Details
-
setPolicyComponent
-
setAuthorityService
-
init
public void init() -
onUpdateProperties
public void onUpdateProperties(NodeRef nodeRef, Map<QName, Serializable> before, Map<QName, Serializable> after) Description copied from interface:NodeServicePolicies.OnUpdatePropertiesPolicyCalled after a node's properties have been changed.- Specified by:
onUpdatePropertiesin interfaceNodeServicePolicies.OnUpdatePropertiesPolicy- Parameters:
nodeRef- reference to the updated nodebefore- the node's properties before the changeafter- the node's properties after the change
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-