org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateStorePolicy
- All Superinterfaces:
- ClassPolicy, Policy
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.OnCreateStorePolicy
- 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 |
onCreateStore(org.alfresco.service.cmr.repository.NodeRef rootNodeRef)
Called when a new node store has been created. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
onCreateStore
void onCreateStore(org.alfresco.service.cmr.repository.NodeRef rootNodeRef)
- Called when a new node store has been created.
- Parameters:
rootNodeRef
- the reference to the newly created root node
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.