Package org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateStorePolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnCreateStorePolicy 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 voidonCreateStore(org.alfresco.service.cmr.repository.NodeRef rootNodeRef)Called when a new node store has been created.
-