Enum ESingleResolvedAttachmentCollector

java.lang.Object
java.lang.Enum<ESingleResolvedAttachmentCollector>
de.xima.fc.workflow.processor.logic.execution.ESingleResolvedAttachmentCollector
All Implemented Interfaces:
Serializable, Comparable<ESingleResolvedAttachmentCollector>, Collector<IResolvedAttachmentItem,org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,Optional<IResolvedAttachment>>

public enum ESingleResolvedAttachmentCollector extends Enum<ESingleResolvedAttachmentCollector> implements Collector<IResolvedAttachmentItem,org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,Optional<IResolvedAttachment>>
A Collector for IResolvedAttachmentList#collectResult that returns the first resolved attachment, if any.
Since:
8.1.0
Author:
XIMA MEDIA GmbH