Package org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateChildAssociationPolicy
-
- All Superinterfaces:
AssociationPolicy,Policy
- All Known Implementing Classes:
CascadeUpdateAspect,EventGenerationBehaviours,ImapServiceImpl,IncompleteNodeTagger,IntegrityChecker,LockServiceImpl,OnCreateChildAssociationRuleTrigger,RepoTransferReceiverImpl,RuleServiceImpl
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnCreateChildAssociationPolicy extends AssociationPolicy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCreateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef, boolean isNewNode)Called after a node child association has been created.
-
-
-
Method Detail
-
onCreateChildAssociation
void onCreateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef, boolean isNewNode)Called after a node child association has been created.- Parameters:
childAssocRef- the child association that has been createdisNewNode- true if the node is new or false if the node is being linked in
-
-