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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeCreateNode(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 referenceassocTypeQName- the association type qualified nameassocQName- the association qualified namenodeTypeQName- the node type qualified name
-
-