Package ch.tocco.nice2.dms.impl.action
Interface CopyContentTreeNodeActionService
- All Known Implementing Classes:
CopyContentTreeNodeActionServiceImpl
public interface CopyContentTreeNodeActionService
Action service to copy a
ContentTreeNode
.-
Method Summary
Modifier and TypeMethodDescriptioncopy
(EntityExplorerActionSelection selection, CopyContentTreeNodeParams params) Copy aContentTreeNode
.getLabel
(EntityExplorerActionSelection selection) Get the current label of the selectedContentTreeNode
to copy.
-
Method Details
-
getLabel
Get the current label of the selectedContentTreeNode
to copy.- Parameters:
selection
- The selection of the node to copy. Needs to be a single selection.- Returns:
- the current label of the node to copy.
-
copy
Copy aContentTreeNode
.- Parameters:
selection
- The selection of the node to copy. Needs to be a single selection.params
- The copy params.- Returns:
- the primary key of the copy.
-