Package org.alfresco.repo.copy
Class AbstractBaseCopyService.AssociationCopyInfo
java.lang.Object
org.alfresco.repo.copy.AbstractBaseCopyService.AssociationCopyInfo
- Enclosing class:
- AbstractBaseCopyService
Simple 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:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociationCopyInfo(QName targetAssocQName, ChildAssociationRef sourceParentAssoc) -
Method Summary
Modifier and TypeMethodDescriptionGet the association that will be copied.Get the path part of the association that should be created for the copied node
-
Constructor Details
-
AssociationCopyInfo
-
-
Method Details
-
getTargetAssocQName
Get the path part of the association that should be created for the copied node -
getSourceParentAssoc
Get the association that will be copied.
-