@AlfrescoPublicApi
public interface CopyService
This interface provides methods to copy nodes within and across workspaces and to update the state of a node, with that of another node, within and across workspaces.
Modifier and Type | Interface and Description |
---|---|
static class |
CopyService.CopyInfo
Data pojo to carry information about node copies
|
Modifier and Type | Method and Description |
---|---|
void |
copy(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
org.alfresco.service.cmr.repository.NodeRef destinationNodeRef)
Copies the state of one node on top of another.
|
org.alfresco.service.cmr.repository.NodeRef |
copy(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
org.alfresco.service.cmr.repository.NodeRef targetParentNodeRef,
org.alfresco.service.namespace.QName assocTypeQName,
org.alfresco.service.namespace.QName assocQName)
By default children of the source node are not copied.
|
org.alfresco.service.cmr.repository.NodeRef |
copy(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
org.alfresco.service.cmr.repository.NodeRef targetParentNodeRef,
org.alfresco.service.namespace.QName assocTypeQName,
org.alfresco.service.namespace.QName assocQName,
boolean copyChildren)
Creates a copy of the given node.
|
org.alfresco.service.cmr.repository.NodeRef |
copyAndRename(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
org.alfresco.service.cmr.repository.NodeRef targetParentNodeRef,
org.alfresco.service.namespace.QName assocTypeQName,
org.alfresco.service.namespace.QName assocQName,
boolean copyChildren) |
List<org.alfresco.service.cmr.repository.NodeRef> |
getCopies(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Deprecated.
This method is too open-ended. See
getCopies(NodeRef, PagingRequest) . |
org.alfresco.query.PagingResults<CopyService.CopyInfo> |
getCopies(org.alfresco.service.cmr.repository.NodeRef originalNodeRef,
org.alfresco.service.cmr.repository.NodeRef copyParentNodeRef,
org.alfresco.query.PagingRequest pagingRequest)
Get the copies of a given node
|
org.alfresco.query.PagingResults<CopyService.CopyInfo> |
getCopies(org.alfresco.service.cmr.repository.NodeRef originalNodeRef,
org.alfresco.query.PagingRequest pagingRequest)
Get the copies of a given node
|
org.alfresco.service.cmr.repository.NodeRef |
getOriginal(org.alfresco.service.cmr.repository.NodeRef copiedNodeRef)
Get the original for a given copied node
|
String |
getTopLevelNodeNewName(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
org.alfresco.service.cmr.repository.NodeRef targetParentRef,
org.alfresco.service.namespace.QName assocTypeQName,
org.alfresco.service.namespace.QName assocQName)
Determines if top-level node name will be changed during copy according to policies.
|
@Auditable(parameters={"sourceNodeRef","targetParentNodeRef","assocTypeQName","assocQName","copyChildren"}) org.alfresco.service.cmr.repository.NodeRef copy(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, org.alfresco.service.cmr.repository.NodeRef targetParentNodeRef, org.alfresco.service.namespace.QName assocTypeQName, org.alfresco.service.namespace.QName assocQName, boolean copyChildren)
If the new node resides in a different workspace the new node will have the same id.
NOTE: It is up to the client code to set the name of the newly created node.
Use the node service
and catch the
DuplicateChildNodeNameException
If the new node resides in the same workspace then the new node will have the Copy aspect applied to it which will reference the original node.
The aspects applied to source node will also be applied to destination node and all the property value will be duplicated accordingly. This is with the exception of the aspects that have been marked as having 'Non-Transferable State'. In this case the aspect will be applied to the copy, but the properties will take on the default values.
Child associations are copied onto the destination node. If the child of copied association is not present in the destination workspace the child association is not copied. This is unless is has been specified that the children of the source node should also be copied.
Target associations are copied to the destination node. If the target of the association is not present in the destination workspace then the association is not copied.
Source association are not copied.
NOTE: The top-level node has it's cm:name property removed for
associations that do not allow duplicately named children in order
to prevent any chance of a duplicate name clash. Reassign the
cm:name property and catch the DuplicateChildNodeNameException
.
sourceNodeRef
- the node reference used as the source of the copytargetParentNodeRef
- the intended parent of the new nodeassocTypeQName
- the type of the new child assocassocQName
- the qualified name of the child association from the
parent to the new nodecopyChildren
- indicates that the children of the node should also be copied@Auditable(parameters={"sourceNodeRef","targetParentNodeRef","assocTypeQName","assocQName","copyChildren"}) org.alfresco.service.cmr.repository.NodeRef copyAndRename(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, org.alfresco.service.cmr.repository.NodeRef targetParentNodeRef, org.alfresco.service.namespace.QName assocTypeQName, org.alfresco.service.namespace.QName assocQName, boolean copyChildren)
sourceNodeRef
- the node reference used as the source of the copytargetParentNodeRef
- the intended parent of the new nodeassocTypeQName
- the type of the new child assocassocQName
- the qualified name of the child association from the
parent to the new nodecopyChildren
- indicates that the children of the node should also be copiedEnsures the copy name is the same as the origional or is renamed to prevent duplicate names.
@Auditable(parameters={"sourceNodeRef","targetParentNodeRef","assocTypeQName","assocQName"}) org.alfresco.service.cmr.repository.NodeRef copy(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, org.alfresco.service.cmr.repository.NodeRef targetParentNodeRef, org.alfresco.service.namespace.QName assocTypeQName, org.alfresco.service.namespace.QName assocQName)
sourceNodeRef
- the node reference used as the source of the copytargetParentNodeRef
- the intended parent of the new nodeassocTypeQName
- the type of the new child assocassocQName
- the qualified name of the child association from the
parent to the new nodecopy(NodeRef, NodeRef, QName, QName, boolean)
@Auditable(parameters={"sourceNodeRef","destinationNodeRef"}) void copy(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, org.alfresco.service.cmr.repository.NodeRef destinationNodeRef)
The state of destination node is overlayed with the state of the source node. Any conflicts are resolved by setting the state to that of the source node.
If data (for example an association) does not exist on the source node, but does exist on the destination node this data is NOT deleted from the destination node.
Child associations and target associations are updated on the destination based on the current state of the source node.
If the node that either a child or target association points to on the source node is not present in the destinations workspace then the association is not updated to the destination node.
All aspects found on the source node are applied to the destination node where missing. The properties of the aspects are updated accordingly except in the case where the aspect has been marked as having 'Non-Transferable State'. In this case aspect properties will take on the values already assigned to them in the destination node.
sourceNodeRef
- the source node referencedestinationNodeRef
- the destination node reference@Auditable(parameters="nodeRef") org.alfresco.service.cmr.repository.NodeRef getOriginal(org.alfresco.service.cmr.repository.NodeRef copiedNodeRef)
copiedNodeRef
- the copied node reference@Auditable(parameters="nodeRef") List<org.alfresco.service.cmr.repository.NodeRef> getCopies(org.alfresco.service.cmr.repository.NodeRef nodeRef)
getCopies(NodeRef, PagingRequest)
.nodeRef
- the original node reference@Auditable(parameters="originalNodeRef") org.alfresco.query.PagingResults<CopyService.CopyInfo> getCopies(org.alfresco.service.cmr.repository.NodeRef originalNodeRef, org.alfresco.query.PagingRequest pagingRequest)
originalNodeRef
- the original node referencepagingRequest
- page request details@Auditable(parameters={"originalNodeRef","copyParentNodeRef"}) org.alfresco.query.PagingResults<CopyService.CopyInfo> getCopies(org.alfresco.service.cmr.repository.NodeRef originalNodeRef, org.alfresco.service.cmr.repository.NodeRef copyParentNodeRef, org.alfresco.query.PagingRequest pagingRequest)
originalNodeRef
- the original node referencecopyParentNodeRef
- only find copies that are homed in this nodepagingRequest
- page request detailsString getTopLevelNodeNewName(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, org.alfresco.service.cmr.repository.NodeRef targetParentRef, org.alfresco.service.namespace.QName assocTypeQName, org.alfresco.service.namespace.QName assocQName)
sourceNodeRef
- the node reference used as the source of the copytargetParentRef
- the intended parent of the new nodeassocTypeQName
- the type of the new child assocassocQName
- the qualified name of the child association from the
parent to the new nodeCopyright © 2005–2017 Alfresco Software. All rights reserved.