@AlfrescoPublicApi public static interface CopyServicePolicies.OnCopyCompletePolicy extends ClassPolicy
The copy map contains all the nodes created during the copy, this helps to re-map any potentially relative associations.
Policy.Arg| Modifier and Type | Method and Description |
|---|---|
void |
onCopyComplete(QName classRef,
NodeRef sourceNodeRef,
NodeRef targetNodeRef,
boolean copyToNewNode,
Map<NodeRef,NodeRef> copyMap) |
static final QName QNAME
void onCopyComplete(QName classRef, NodeRef sourceNodeRef, NodeRef targetNodeRef, boolean copyToNewNode, Map<NodeRef,NodeRef> copyMap)
classRef - the type of the node that was copiedsourceNodeRef - the original nodetargetNodeRef - the destination nodecopyMap - a map containing all the nodes that have been created during the copyCopyright © 2005–2021 Alfresco Software. All rights reserved.