org.alfresco.repo.node
Interface NodeServicePolicies.BeforeCreateStorePolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.BeforeCreateStorePolicy
extends ClassPolicy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
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.
 

Field Detail

QNAME

static final org.alfresco.service.namespace.QName QNAME
Method Detail

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 root
storeRef - the reference to the store about to be created


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.