@AlfrescoPublicApi public class CopyDetails extends Object
CopyServicePolicies| Constructor and Description |
|---|
CopyDetails(NodeRef sourceNodeRef,
QName sourceNodeTypeQName,
Set<QName> sourceNodeAspectQNames,
Map<QName,Serializable> sourceNodeProperties,
NodeRef targetParentNodeRef,
NodeRef targetNodeRef,
boolean targetNodeIsNew,
QName assocTypeQName,
QName assocQName) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getAssocQName()
Get the association path qualified name
|
QName |
getAssocTypeQName()
Get the new association type qualified name
|
Set<QName> |
getSourceNodeAspectQNames()
Get the aspects associated with the source node
|
Map<QName,Serializable> |
getSourceNodeProperties()
Get the properties associated with the source node
|
NodeRef |
getSourceNodeRef()
Get the source node
|
QName |
getSourceNodeTypeQName()
Get the type of the source node
|
NodeRef |
getTargetNodeRef()
Get the node to which the copy will occur.
|
NodeRef |
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. |
String |
toString() |
public final NodeRef getSourceNodeRef()
public final QName getSourceNodeTypeQName()
public final Set<QName> getSourceNodeAspectQNames()
public final Map<QName,Serializable> getSourceNodeProperties()
public final NodeRef getTargetParentNodeRef()
public final NodeRef getTargetNodeRef()
public final boolean isTargetNodeIsNew()
target node was newly-created
for the copy or if it pre-existed.public final QName getAssocTypeQName()
public final QName getAssocQName()
Copyright © 2005–2021 Alfresco Software. All rights reserved.