Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowFileValue
-
Packages that use IWorkflowFileValue 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.processor.logic.execution de.xima.fc.workflow.processor.model -
-
Uses of IWorkflowFileValue in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IWorkflowFileValue Modifier and Type Method Description IWorkflowFileValue
AbstractAbruptCompletionException. getFileValue()
Methods in de.xima.fc.exceptions with parameters of type IWorkflowFileValue Modifier and Type Method Description Self
AbstractAbruptCompletionException.Builder. fileValue(IWorkflowFileValue fileValue)
-
Uses of IWorkflowFileValue in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowFileValue Modifier and Type Method Description IWorkflowFileValue
IBaseCompletionResult. getFileValue()
default IWorkflowFileValue
IWorkflowNodeResult. getFileValue()
-
Uses of IWorkflowFileValue in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type IWorkflowFileValue Modifier and Type Method Description TBuilder
ICompletionResultBuilder. file(IWorkflowFileValue fileValue)
Sets (replaces) the files made available by the plugin when it was executed.INodeReturnedExceptionBuilder
INodeReturnedExceptionBuilder. file(IWorkflowFileValue fileValue)
INodeThrewExceptionBuilder
INodeThrewExceptionBuilder. file(IWorkflowFileValue fileValue)
INormalCompletionResultBuilder
INormalCompletionResultBuilder. file(IWorkflowFileValue fileValue)
-
Uses of IWorkflowFileValue in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWorkflowFileValue Modifier and Type Class Description class
WorkflowFileValue
POJO implementation ofIWorkflowFileValue
.Methods in de.xima.fc.workflow that return IWorkflowFileValue Modifier and Type Method Description static IWorkflowFileValue
WorkflowFileValue. empty()
-
Uses of IWorkflowFileValue in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowFileValue Modifier and Type Method Description INormalCompletionResultBuilder
NormalCompletionResultBuilder. file(IWorkflowFileValue fileValue)
-
Uses of IWorkflowFileValue in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IWorkflowFileValue Modifier and Type Method Description IWorkflowFileValue
NormalCompletionResult. getFileValue()
Methods in de.xima.fc.workflow.processor.model with parameters of type IWorkflowFileValue Modifier and Type Method Description NormalCompletionResult.Builder
NormalCompletionResult.Builder. fileValue(IWorkflowFileValue fileValue)
Constructors in de.xima.fc.workflow.processor.model with parameters of type IWorkflowFileValue Constructor Description NormalCompletionResult(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors)
Deprecated.
-