Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowAttachmentValue
-
Packages that use IWorkflowAttachmentValue Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.params de.xima.fc.workflow de.xima.fc.workflow.itemlist de.xima.fc.workflow.processor.model -
-
Uses of IWorkflowAttachmentValue in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IWorkflowAttachmentValue Modifier and Type Method Description IWorkflowAttachmentValue
AbstractAbruptCompletionException. getAttachmentValue()
Methods in de.xima.fc.exceptions with parameters of type IWorkflowAttachmentValue Modifier and Type Method Description Self
AbstractAbruptCompletionException.Builder. attachmentValue(IWorkflowAttachmentValue attachmentValue)
-
Uses of IWorkflowAttachmentValue in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowAttachmentValue Modifier and Type Method Description IWorkflowAttachmentValue
IBaseCompletionResult. getAttachmentValue()
default IWorkflowAttachmentValue
IWorkflowNodeResult. getAttachmentValue()
IWorkflowAttachmentValue
IWorkflowVariableHandler. getDeclaredCurrentAttachmentsForNode(WorkflowNode node)
Finds the current attachments provided by the node while it is being executed, see alsohandler.getCurrentAttachmentValueDescriptor()
. -
Uses of IWorkflowAttachmentValue in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type IWorkflowAttachmentValue Modifier and Type Method Description Builder
ICompletionResultBuilder. attachment(IWorkflowAttachmentValue attachmentValue)
Sets (replaces) the attachments created by the node when it was executed.ICurrentValueBuilder
ICurrentValueBuilder. withAttachments(IWorkflowAttachmentValue attachments)
Adds the attachments from the given value to the list of attachments made available by the node while it is being executed. -
Uses of IWorkflowAttachmentValue in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWorkflowAttachmentValue Modifier and Type Class Description class
WorkflowAttachmentValue
POJO implementation ofIWorkflowAttachmentValue
.Methods in de.xima.fc.workflow that return IWorkflowAttachmentValue Modifier and Type Method Description static IWorkflowAttachmentValue
WorkflowAttachmentValue. empty()
-
Uses of IWorkflowAttachmentValue in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return IWorkflowAttachmentValue Modifier and Type Method Description IWorkflowAttachmentValue
ItemData. getAttachments()
Attachments to make available while the loop body is executed with the current value.Methods in de.xima.fc.workflow.itemlist with parameters of type IWorkflowAttachmentValue Modifier and Type Method Description ItemData.Builder
ItemData.Builder. attachments(IWorkflowAttachmentValue attachments)
Sets attachments to make available while the loop body is executed with the current value. -
Uses of IWorkflowAttachmentValue in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IWorkflowAttachmentValue Modifier and Type Method Description IWorkflowAttachmentValue
NormalCompletionResult. getAttachmentValue()
Methods in de.xima.fc.workflow.processor.model with parameters of type IWorkflowAttachmentValue Modifier and Type Method Description NormalCompletionResult.Builder
NormalCompletionResult.Builder. attachmentValue(IWorkflowAttachmentValue attachmentValue)
-