Interface IBranchDocumentsCommand
public interface IBranchDocumentsCommand
Branches one or more Documents.
- Since:
- 3.23.10
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionconfiguration
(IBranchDocumentsConfiguration configuration) execute()
Optional logger to use (useful especially when the command is executed inside of a job).progressMonitor
(IProgressMonitor progress) Optional progress monitor (useful especially when the command is executed inside of a job).
-
Method Details
-
configuration
@NotNull IBranchDocumentsCommand configuration(@NotNull IBranchDocumentsConfiguration configuration) -
logger
Optional logger to use (useful especially when the command is executed inside of a job). -
progressMonitor
Optional progress monitor (useful especially when the command is executed inside of a job). -
execute
-