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 classes/interfaces inherited from interface org.alfresco.repo.policy.Policy |
Policy.Arg |
onCopyNode
void onCopyNode(QName classRef,
NodeRef sourceNodeRef,
StoreRef destinationStoreRef,
boolean copyToNewNode,
PolicyScope copyDetails)
- Parameters:
classRef - the type of node being copiedsourceNodeRef - node being copieddestinationStoreRef - the destination store referencecopyToNewNode - indicates whether we are copying to a new node or notcopyDetails - modifiable node details
Copyright © 2005 - 2008 Alfresco Software, Inc. All Rights Reserved.