org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateNodeAssociationPolicy

All Superinterfaces:
AssociationPolicy, Policy
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.OnCreateNodeAssociationPolicy
extends AssociationPolicy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onCreateNodeAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
          Called after a node is created with the created association details
 

Field Detail

QNAME

static final org.alfresco.service.namespace.QName QNAME
Method Detail

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.