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()
Constructors in de.xima.fc.exceptions with parameters of type IWorkflowFileValue Constructor Description AbstractAbruptCompletionException(WorkflowNode node, Object alwaysData, IWorkflowFileValue fileValue, String message)
Creates a new exception with the given data for a node that wants to end abruptly by throwing.AbstractAbruptCompletionException(WorkflowNode node, Object alwaysData, IWorkflowFileValue fileValue, String message, Throwable cause)
Creates a new exception with the given data for a node that wants to end abruptly by throwing.AbstractAbruptCompletionException(WorkflowNode node, Object alwaysData, IWorkflowFileValue fileValue, Throwable cause)
Creates a new exception with the given data for a node that wants to end abruptly by throwing.NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message)
Creates a new exception that should be thrown when a node wishes to return.NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message, Throwable e)
Creates a new exception that should be thrown when a node wishes to return.NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, Throwable e)
Creates a new exception that should be thrown when a node wishes to return.NodeThrewException(WorkflowNode node, Object alwaysData, IDiscriminatedUnionMember<String,?> errorData, IWorkflowFileValue fileValue, String message)
Creates a new exception with the given data for a node that wants to end abruptly by throwing.NodeThrewException(WorkflowNode node, Object alwaysData, IDiscriminatedUnionMember<String,?> errorData, IWorkflowFileValue fileValue, String message, Throwable cause)
Creates a new exception with the given data for a node that wants to end abruptly by throwing.NodeThrewException(WorkflowNode node, Object alwaysData, IDiscriminatedUnionMember<String,?> errorData, IWorkflowFileValue fileValue, Throwable cause)
Creates a new exception with the given data for a node that wants to end abruptly by throwing. -
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 successfully.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()
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)
Creates a new POJO with the given data.
-