org.alfresco.repo.node
Interface NodeServicePolicies.BeforeCreateNodeAssociationPolicy
- All Superinterfaces:
- AssociationPolicy, Policy
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.BeforeCreateNodeAssociationPolicy
- 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 |
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. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
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 associationassocQName
- the name of the association
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.