Package org.alfresco.repo.node
Interface NodeServicePolicies.BeforeCreateNodePolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
DictionaryModelType,PersonServiceImpl,ThumbnailServiceImpl
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
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
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeCreateNode(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName) Called before a new node is created.
-
Field Details
-
QNAME
-
-
Method Details
-
beforeCreateNode
void beforeCreateNode(NodeRef parentRef, QName assocTypeQName, QName assocQName, 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
-