public static final class CopyBehaviourCallback.CopyChildAssociationDetails
extends java.lang.Object
| Constructor and Description |
|---|
CopyBehaviourCallback.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.
|
java.lang.String |
toString() |
public CopyBehaviourCallback.CopyChildAssociationDetails(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef,
org.alfresco.service.cmr.repository.NodeRef copyTarget,
boolean copyTargetIsNew,
boolean copyChildren)
public java.lang.String toString()
toString in class java.lang.Objectpublic 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 - 2010 Alfresco Software, Inc. All Rights Reserved.