org.alfresco.repo.copy
Interface CopyServicePolicies.OnCopyNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
EmptyTranslationAspect, LockServiceImpl, MultilingualDocumentAspect, ReferenceableAspect, TemporaryAspect
Enclosing interface:
CopyServicePolicies

public static interface CopyServicePolicies.OnCopyNodePolicy
extends ClassPolicy

Policy invoked when a node is copied


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onCopyNode(QName classRef, NodeRef sourceNodeRef, StoreRef destinationStoreRef, boolean copyToNewNode, PolicyScope copyDetails)
           
 

Method Detail

onCopyNode

void onCopyNode(QName classRef,
                NodeRef sourceNodeRef,
                StoreRef destinationStoreRef,
                boolean copyToNewNode,
                PolicyScope copyDetails)
Parameters:
classRef - the type of node being copied
sourceNodeRef - node being copied
destinationStoreRef - the destination store reference
copyToNewNode - indicates whether we are copying to a new node or not
copyDetails - modifiable node details


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