Package org.alfresco.repo.copy
Class AbstractBaseCopyService.AssociationCopyInfo
- java.lang.Object
-
- org.alfresco.repo.copy.AbstractBaseCopyService.AssociationCopyInfo
-
- Enclosing class:
- AbstractBaseCopyService
public static class AbstractBaseCopyService.AssociationCopyInfo extends java.lang.ObjectSimple container for storing data required to copy a node, including the parent association that will be copied along with the new path part of the association that will be created by the copy. This container is immutable.- Since:
- 4.1.5
- Author:
- Dmitry Velichkevich
- See Also:
AbstractBaseCopyService.getAssociationCopyInfo(NodeService, NodeRef, NodeRef, String, boolean)
-
-
Constructor Summary
Constructors Constructor Description AssociationCopyInfo(org.alfresco.service.namespace.QName targetAssocQName, org.alfresco.service.cmr.repository.ChildAssociationRef sourceParentAssoc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.service.cmr.repository.ChildAssociationRefgetSourceParentAssoc()Get the association that will be copied.org.alfresco.service.namespace.QNamegetTargetAssocQName()Get the path part of the association that should be created for the copied node
-
-
-
Method Detail
-
getTargetAssocQName
public org.alfresco.service.namespace.QName getTargetAssocQName()
Get the path part of the association that should be created for the copied node
-
getSourceParentAssoc
public org.alfresco.service.cmr.repository.ChildAssociationRef getSourceParentAssoc()
Get the association that will be copied.
-
-