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 org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void beforeCreateNodeAssociation(org.alfresco.service.cmr.repository.NodeRef parentNodeRef, org.alfresco.service.namespace.QName assocTypeQName, org.alfresco.service.namespace.QName assocQName)
          Called before a new node is created with the details of the new child association.
 

Field Detail

QNAME

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

beforeCreateNodeAssociation

void beforeCreateNodeAssociation(org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
                                 org.alfresco.service.namespace.QName assocTypeQName,
                                 org.alfresco.service.namespace.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.