|
Constructor Summary | ||
CopyDetails(NodeRef sourceNodeRef, QName sourceNodeTypeQName, Set<QName> sourceNodeAspectQNames, Map<QName,Serializable> sourceNodeProperties, NodeRef targetParentNodeRef, NodeRef targetNodeRef, boolean targetNodeIsNew, QName assocTypeQName, QName assocQName) |
Method Summary | ||
getAssocQName() Get the association path qualified name |
||
getAssocTypeQName() Get the new association type qualified name |
||
getSourceNodeAspectQNames() Get the aspects associated with the source node |
||
getSourceNodeProperties() Get the properties associated with the source node |
||
getSourceNodeRef() Get the source node |
||
getSourceNodeTypeQName() Get the type of the source node |
||
getTargetNodeRef() Get the node to which the copy will occur. |
||
getTargetParentNodeRef() Get the node under which the new/existing copy will be placed |
||
boolean |
isTargetNodeIsNew() Determine if the target node was newly-created for the copy or if it pre-existed. |
|
toString() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|