Package org.alfresco.repo.copy
Class CopyBehaviourCallback.CopyAssociationDetails
java.lang.Object
org.alfresco.repo.copy.CopyBehaviourCallback.CopyAssociationDetails
- Enclosing interface:
- CopyBehaviourCallback
A simple bean class to convey information to the callback methods dealing with
copying of associations.
- Since:
- 3.3SP3
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCopyAssociationDetails(AssociationRef assocRef, NodeRef copyTarget, boolean copyTargetIsNew) -
Method Summary
-
Constructor Details
-
CopyAssociationDetails
-
-
Method Details
-
toString
-
getAssocRef
- Returns:
- Returns the association being examined
-
getCopyTarget
- Returns:
- Returns the node that will be the new source if the association is copied
-
getCopyTargetIsNew
public final boolean getCopyTargetIsNew()- Returns:
- Returns true if the
copy target nodehas been newly created by the copy process or false if it is a node that existed prior to the copy
-