Uses of Interface
de.xima.fc.interfaces.workflow.execution.IReferencedAttachmentList
Packages that use IReferencedAttachmentList
Package
Description
Package für allgemeine Exceptions
-
Uses of IReferencedAttachmentList in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IReferencedAttachmentListModifier and TypeMethodDescriptionAAttachmentListResolutionError.CannotProcessAttachmentList.getAttachmentList()
Constructors in de.xima.fc.exceptions with parameters of type IReferencedAttachmentListModifierConstructorDescriptionCannotProcessAttachmentList
(String message, Throwable cause, IReferencedAttachmentList attachmentList) -
Uses of IReferencedAttachmentList in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IReferencedAttachmentList in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterface
Interface for a POJO view model class that describes a list of attachments that can be selected by the user.interface
Interface for a POJO view model class that describes a single attachment that can be selected by the user.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IReferencedAttachmentListModifier and TypeMethodDescriptionIWorkflowFileHandler.resolveReferencedAttachments
(WorkflowNode node, IReferencedAttachmentList attachmentList, IAttachmentSearchOptions options) Returns the attachments represented by the given descriptor. -
Uses of IReferencedAttachmentList in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return IReferencedAttachmentList -
Uses of IReferencedAttachmentList in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IReferencedAttachmentListModifier and TypeClassDescriptionfinal class
Models a list of attachments that may come from multiple sources, such as uploads, creates by another action, or with a specific name.final class
Models a single attachment that may come from one of multiple sources, such as upload form elements, creates by another action, or with a specific name. -
Uses of IReferencedAttachmentList in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IReferencedAttachmentListMethods in de.xima.fc.workflow.processor.model with parameters of type IReferencedAttachmentListModifier and TypeMethodDescriptionstatic IResolvedAttachmentList
ResolvedAttachmentList.ofSuccess
(IReferencedAttachmentList attachmentList, List<IResolvedAttachmentItem> resourceItems) Creates a new POJO with the given data and theResolvedAttachmentList.getErrors()
set tonull
.