public static final class CopyBehaviourCallback.CopyAssociationDetails extends Object
CopyBehaviourCallback.getAssociationCopyAction(QName, CopyDetails, CopyAssociationDetails)
Constructor and Description |
---|
CopyAssociationDetails(org.alfresco.service.cmr.repository.AssociationRef assocRef,
org.alfresco.service.cmr.repository.NodeRef copyTarget,
boolean copyTargetIsNew) |
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.AssociationRef |
getAssocRef() |
org.alfresco.service.cmr.repository.NodeRef |
getCopyTarget() |
boolean |
getCopyTargetIsNew() |
String |
toString() |
public CopyAssociationDetails(org.alfresco.service.cmr.repository.AssociationRef assocRef, org.alfresco.service.cmr.repository.NodeRef copyTarget, boolean copyTargetIsNew)
public final org.alfresco.service.cmr.repository.AssociationRef getAssocRef()
public final org.alfresco.service.cmr.repository.NodeRef getCopyTarget()
public final boolean getCopyTargetIsNew()
copy target node
has been newly created by the copy process or false if it
is a node that existed prior to the copyCopyright © 2005–2017 Alfresco Software. All rights reserved.