org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateChildAssociationPolicy
- All Superinterfaces:
- AssociationPolicy, Policy
- All Known Implementing Classes:
- ImapServiceImpl, IncompleteNodeTagger, IntegrityChecker, LockServiceImpl, NfsServerNodeMonitor, OnCreateChildAssociationRuleTrigger, RepoTransferReceiverImpl, RuleServiceImpl
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.OnCreateChildAssociationPolicy
- 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 |
onCreateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef,
boolean isNewNode)
Called after a node child association has been created. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.