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.bpmn de.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 IReferencedAttachmentListAAttachmentListResolutionError.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.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IReferencedAttachmentList Modifier and Type Method Description StringIWorkflowBpmnLocalization. attachmentNames(WorkflowProcess process, IReferencedAttachmentList attachmentList)Returns a comma-separated list of descriptive names for the given attachments. -
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 interfaceIMultiAttachmentProvidingInterface for a POJO view model class that describes a list of attachments that can be selected by the user.interfaceISingleAttachmentProvidingInterface 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 IResolvedAttachmentListIWorkflowFileHandler. 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 IReferencedAttachmentListIResolvedAttachmentList. 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 classMultiAttachmentModels a list of attachments that may come from multiple sources, such as uploads, creates by another action, or with a specific name.classSingleAttachmentModels 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 IReferencedAttachmentListResolvedAttachmentList. getAttachmentList()Methods in de.xima.fc.workflow.processor.model with parameters of type IReferencedAttachmentList Modifier and Type Method Description static IResolvedAttachmentListResolvedAttachmentList. ofSuccess(IReferencedAttachmentList attachmentList, List<IResolvedAttachmentItem> resourceItems)Creates a new POJO with the given data and theResolvedAttachmentList.getErrors()set tonull.
-