@AlfrescoPublicApi public static interface NodeServicePolicies.OnCreateChildAssociationPolicy extends AssociationPolicy
Policy.Arg
Modifier and Type | Field and Description |
---|---|
static org.alfresco.service.namespace.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
void |
onCreateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef,
boolean isNewNode)
Called after a node child association has been created.
|
void onCreateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef, boolean isNewNode)
childAssocRef
- the child association that has been createdisNewNode
- true if the node is new or false if the node is being linked inCopyright © 2005–2017 Alfresco Software. All rights reserved.