org.alfresco.repo.node
Interface NodeServicePolicies.BeforeCreateNodePolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.BeforeCreateNodePolicy
extends ClassPolicy


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 beforeCreateNode(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName)
          Called before a new node is created.
 

Field Detail

QNAME

static final QName QNAME
Method Detail

beforeCreateNode

void beforeCreateNode(NodeRef parentRef,
                      QName assocTypeQName,
                      QName assocQName,
                      QName nodeTypeQName)
Called before a new node is created.

Parameters:
parentRef - the parent node reference
assocTypeQName - the association type qualified name
assocQName - the association qualified name
nodeTypeQName - the node type qualified name


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