public static final class CopyBehaviourCallback.CopyChildAssociationDetails extends Object
| Constructor and Description |
|---|
CopyChildAssociationDetails(ChildAssociationRef childAssocRef,
NodeRef copyTarget,
boolean copyTargetIsNew,
boolean copyChildren) |
| Modifier and Type | Method and Description |
|---|---|
ChildAssociationRef |
getChildAssocRef() |
NodeRef |
getCopyTarget() |
boolean |
getCopyTargetIsNew() |
boolean |
isCopyChildren()
Get the current recursion behaviour.
|
String |
toString() |
public CopyChildAssociationDetails(ChildAssociationRef childAssocRef, NodeRef copyTarget, boolean copyTargetIsNew, boolean copyChildren)
public final ChildAssociationRef getChildAssocRef()
public final NodeRef getCopyTarget()
public final boolean getCopyTargetIsNew()
target node
has been newly created by the copy process or false if it
is a node that existed prior to the copypublic final boolean isCopyChildren()
Copyright © 2005–2020 Alfresco Software. All rights reserved.