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.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(Object alwaysData, IWorkflowFileValue fileValue, String message)
AbstractAbruptCompletionException(Object alwaysData, IWorkflowFileValue fileValue, String message, Throwable e)
AbstractAbruptCompletionException(Object alwaysData, IWorkflowFileValue fileValue, Throwable e)
NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, String message)
NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, String message, Throwable e)
NodeReturnedException(WorkflowNode node, Object alwaysData, Object successData, IWorkflowFileValue fileValue, Throwable e)
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
INormalCompletionResult. 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 INodeReturnedExceptionBuilder
INodeReturnedExceptionBuilder. file(IWorkflowFileValue fileValue)
Sets (replaces) the files made available by the plugin when it was executed successfully.INodeThrewExceptionBuilder
INodeThrewExceptionBuilder. file(IWorkflowFileValue fileValue)
Sets (replaces) the files made available by the plugin when it was executed successfully.INormalCompletionResultBuilder
INormalCompletionResultBuilder. file(IWorkflowFileValue fileValue)
Sets (replaces) the files made available by the plugin when it was executed successfully. -
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.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)
Creates a new POJO with the given data.
-