Class Envelope
java.lang.Object
ch.tocco.nice2.outputcenter.api.sorting.SortedBase
ch.tocco.nice2.outputcenter.api.sorting.Envelope
- All Implemented Interfaces:
Iterable<OutputCenterInputSupplier>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetItems()
boolean
iterator()
<R> Optional
<R> retrieveUniqueDocumentValue
(Function<SortableItem, Optional<R>> function) Methods inherited from class ch.tocco.nice2.outputcenter.api.sorting.SortedBase
findSupplier, getOutputJobs, getUnwrapped
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Envelope
-
Envelope
public Envelope()
-
-
Method Details
-
getRecipientAddress
-
iterator
- Specified by:
iterator
in interfaceIterable<OutputCenterInputSupplier>
-
getSingleRecipient
-
retrieveUniqueAddressPk
-
retrieveUniqueUserPk
-
retrieveUniqueReferenceEntityId
-
retrieveUniqueDocumentValue
-
hasOutputJobItem
public boolean hasOutputJobItem() -
getItems
- Specified by:
getItems
in classSortedBase
-