org.alfresco.repo.node
Interface NodeServicePolicies.BeforeCreateStorePolicy
- All Superinterfaces:
- ClassPolicy, Policy
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.BeforeCreateStorePolicy
- 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 |
beforeCreateStore(org.alfresco.service.namespace.QName nodeTypeQName,
org.alfresco.service.cmr.repository.StoreRef storeRef)
Called before a new node store is created. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
beforeCreateStore
void beforeCreateStore(org.alfresco.service.namespace.QName nodeTypeQName,
org.alfresco.service.cmr.repository.StoreRef storeRef)
- Called before a new node store is created.
- Parameters:
nodeTypeQName
- the type of the node that will be used for the rootstoreRef
- the reference to the store about to be created
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.