org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateStorePolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.OnCreateStorePolicy
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 onCreateStore(org.alfresco.service.cmr.repository.NodeRef rootNodeRef)
          Called when a new node store has been created.
 

Field Detail

QNAME

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

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.