public static final class CopyBehaviourCallback.CopyChildAssociationDetails extends Object
Constructor and Description |
---|
CopyChildAssociationDetails(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef,
org.alfresco.service.cmr.repository.NodeRef copyTarget,
boolean copyTargetIsNew,
boolean copyChildren) |
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.ChildAssociationRef |
getChildAssocRef() |
org.alfresco.service.cmr.repository.NodeRef |
getCopyTarget() |
boolean |
getCopyTargetIsNew() |
boolean |
isCopyChildren()
Get the current recursion behaviour.
|
String |
toString() |
public CopyChildAssociationDetails(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef, org.alfresco.service.cmr.repository.NodeRef copyTarget, boolean copyTargetIsNew, boolean copyChildren)
public final org.alfresco.service.cmr.repository.ChildAssociationRef getChildAssocRef()
public final org.alfresco.service.cmr.repository.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–2017 Alfresco Software. All rights reserved.