org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateNodeAssociationPolicy
- All Superinterfaces:
- AssociationPolicy, Policy
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.OnCreateNodeAssociationPolicy
- extends AssociationPolicy
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy |
Policy.Arg |
Field Summary |
static org.alfresco.service.namespace.QName |
QNAME
|
Method Summary |
void |
onCreateNodeAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
Called after a node is created with the created association details |
QNAME
static final org.alfresco.service.namespace.QName QNAME
onCreateNodeAssociation
void onCreateNodeAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
- Called after a node is created with the created association details
- Parameters:
childAssocRef
- the child association that has been created
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.