Package ch.tocco.nice2.outputcenter.api
Interface OutputJobMergeItem
- All Superinterfaces:
Comparable<OutputJobMergeItem>
- All Known Implementing Classes:
OutputJobMergeItemImpl
A merge item is either linked to an
OutputJob
, to an dms document
or to both. Either on of them must be present.-
Method Summary
Modifier and TypeMethodDescriptionReturns the optional linked dms document.getItem()
Returns the optional linked output job.Returns the output job that is the parent of this merge.Returns the sorting.Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getParent
OutputJob getParent()Returns the output job that is the parent of this merge. -
getSorting
Integer getSorting()Returns the sorting. -
getItem
Returns the optional linked output job. If this is empty, thengetAdditionalDocument()
must not be empty. -
getAdditionalDocument
Optional<OutputCenterInputSupplier> getAdditionalDocument()Returns the optional linked dms document. If this is empty, thengetItem()
must not be empty. -
getAdditionalDocumentContainer
-