org.alfresco.repo.node
Interface NodeServicePolicies.BeforeCreateNodePolicy
- All Superinterfaces:
- ClassPolicy, Policy
- All Known Implementing Classes:
- PersonServiceImpl, ThumbnailServiceImpl
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.BeforeCreateNodePolicy
- extends ClassPolicy
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 |
beforeCreateNode(org.alfresco.service.cmr.repository.NodeRef parentRef,
org.alfresco.service.namespace.QName assocTypeQName,
org.alfresco.service.namespace.QName assocQName,
org.alfresco.service.namespace.QName nodeTypeQName)
Called before a new node is created. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
beforeCreateNode
void beforeCreateNode(org.alfresco.service.cmr.repository.NodeRef parentRef,
org.alfresco.service.namespace.QName assocTypeQName,
org.alfresco.service.namespace.QName assocQName,
org.alfresco.service.namespace.QName nodeTypeQName)
- Called before a new node is created.
- Parameters:
parentRef
- the parent node referenceassocTypeQName
- the association type qualified nameassocQName
- the association qualified namenodeTypeQName
- the node type qualified name
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.