org.alfresco.repo.node
Interface NodeServicePolicies.BeforeCreateNodeAssociationPolicy

All Superinterfaces:
AssociationPolicy, Policy
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.BeforeCreateNodeAssociationPolicy
extends AssociationPolicy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void beforeCreateNodeAssociation(NodeRef parentNodeRef, QName assocTypeQName, QName assocQName)
          Called before a new node is created with the details of the new child association.
 

Field Detail

QNAME

static final QName QNAME
Method Detail

beforeCreateNodeAssociation

void beforeCreateNodeAssociation(NodeRef parentNodeRef,
                                 QName assocTypeQName,
                                 QName assocQName)
Called before a new node is created with the details of the new child association.

Parameters:
parentNodeRef -
assocTypeQName - the type of the association
assocQName - the name of the association


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.