Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedAttachment
Packages that use IResolvedAttachment
Package
Description
- 
Uses of IResolvedAttachment in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return types with arguments of type IResolvedAttachmentModifier and TypeMethodDescriptionINodeExecutionParams.standardAttachmentErrorsMultiple(boolean required) Returns aIResolvedAttachmentListProcessorthat can be used withIResolvedAttachmentList#collectResult.INodeExecutionParams.standardAttachmentErrorsMultiple(boolean required, IStandardAttachmentListResolutionErrorCreator errorCreator) Returns aIResolvedAttachmentListProcessorthat can be used withIResolvedAttachmentList#collectResult.INodeExecutionParams.standardAttachmentErrorsSingle(boolean required) Returns aIResolvedAttachmentListProcessorthat can be used withIResolvedAttachmentList#collectResult.INodeExecutionParams.standardAttachmentErrorsSingle(boolean required, IStandardAttachmentListResolutionErrorCreator errorCreator) Returns aIResolvedAttachmentListProcessorthat can be used withIResolvedAttachmentList#collectResult. - 
Uses of IResolvedAttachment in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type IResolvedAttachmentModifier and TypeMethodDescriptionIResolvedAttachmentItem.getIndividualAttachments()Retrieves all attachments that were found for the attachment item.default List<IResolvedAttachment>IResolvedAttachmentList.getResolvedAttachmentsComplete()default List<IResolvedAttachment>IResolvedAttachmentList.getResolvedAttachmentsPartial() - 
Uses of IResolvedAttachment in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IResolvedAttachmentModifier and TypeMethodDescriptionEMultipleResolvedAttachmentsCollector.accumulator()BiConsumer<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,IResolvedAttachmentItem> ESingleResolvedAttachmentCollector.accumulator()EMultipleResolvedAttachmentsCollector.combiner()BinaryOperator<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>>ESingleResolvedAttachmentCollector.combiner()EMultipleResolvedAttachmentsCollector.finisher()EMultipleResolvedAttachmentsCollector.finisher()Function<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,Optional<IResolvedAttachment>> ESingleResolvedAttachmentCollector.finisher()Function<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,Optional<IResolvedAttachment>> ESingleResolvedAttachmentCollector.finisher()EMultipleResolvedAttachmentsCollector.supplier()Supplier<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>>ESingleResolvedAttachmentCollector.supplier() - 
Uses of IResolvedAttachment in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedAttachmentMethods in de.xima.fc.workflow.processor.model that return types with arguments of type IResolvedAttachmentMethods in de.xima.fc.workflow.processor.model with parameters of type IResolvedAttachmentModifier and TypeMethodDescriptionResolvedAttachmentItem.Builder.withAttachment(IResolvedAttachment attachment) Method parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedAttachmentModifier and TypeMethodDescriptionResolvedAttachmentItem.Builder.withAttachments(Iterable<IResolvedAttachment> attachments)