Uses of Interface
de.xima.fc.interfaces.workflow.execution.IReferencedAttachmentList
-
Packages that use IReferencedAttachmentList Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.retval de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.model -
-
Uses of IReferencedAttachmentList in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IReferencedAttachmentList Modifier and Type Method Description IReferencedAttachmentList
AAttachmentListResolutionError.CannotProcessAttachmentList. getAttachmentList()
Constructors in de.xima.fc.exceptions with parameters of type IReferencedAttachmentList Constructor Description CannotProcessAttachmentList(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.execution Modifier and Type Interface Description interface
IMultiAttachmentProviding
Interface for a POJO view model class that describes a list of attachments that can be selected by the user.interface
ISingleAttachmentProviding
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 IReferencedAttachmentList Modifier and Type Method Description IResolvedAttachmentList
IWorkflowFileHandler. 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 Modifier and Type Method Description IReferencedAttachmentList
IResolvedAttachmentList. getAttachmentList()
-
Uses of IReferencedAttachmentList in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IReferencedAttachmentList Modifier and Type Class Description class
MultiAttachment
Models a list of attachments that may come from multiple sources, such as uploads, creates by another action, or with a specific name.class
SingleAttachment
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 IReferencedAttachmentList Modifier and Type Method Description IReferencedAttachmentList
ResolvedAttachmentList. getAttachmentList()
Methods in de.xima.fc.workflow.processor.model with parameters of type IReferencedAttachmentList Modifier and Type Method Description static IResolvedAttachmentList
ResolvedAttachmentList. ofSuccess(IReferencedAttachmentList attachmentList, List<IResolvedAttachmentItem> resourceItems)
Creates a new POJO with the given data and theResolvedAttachmentList.getErrors()
set tonull
.
-