Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowFileValue
Packages that use IWorkflowFileValue
Package
Description
Package für allgemeine Exceptions
- 
Uses of IWorkflowFileValue in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return IWorkflowFileValueMethods in de.xima.fc.exceptions with parameters of type IWorkflowFileValueModifier and TypeMethodDescriptionfinal SelfAbstractAbruptCompletionException.Builder.fileValue(IWorkflowFileValue fileValue) Constructors in de.xima.fc.exceptions with parameters of type IWorkflowFileValueModifierConstructorDescriptionNodeReturnedException(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message) Deprecated.NodeReturnedException(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message, Throwable cause) Deprecated.NodeReturnedException(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, Throwable cause) Deprecated.NodeThrewException(WorkflowNode node, Object alwaysValue, IDiscriminatedUnionMember<String, ?> errorData, IWorkflowFileValue fileValue, String message) Deprecated.NodeThrewException(WorkflowNode node, Object alwaysValue, IDiscriminatedUnionMember<String, ?> errorData, IWorkflowFileValue fileValue, String message, Throwable cause) Deprecated.NodeThrewException(WorkflowNode node, Object alwaysValue, IDiscriminatedUnionMember<String, ?> errorData, IWorkflowFileValue fileValue, Throwable cause) Deprecated. - 
Uses of IWorkflowFileValue in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowFileValueModifier and TypeMethodDescriptionIBaseCompletionResult.getFileValue()default IWorkflowFileValueIWorkflowNodeResult.getFileValue() - 
Uses of IWorkflowFileValue in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type IWorkflowFileValueModifier and TypeMethodDescriptionICompletionResultBuilder.file(IWorkflowFileValue fileValue) Sets (replaces) the files made available by the plugin when it was executed.INodeReturnedExceptionBuilder.file(IWorkflowFileValue fileValue) INodeThrewExceptionBuilder.file(IWorkflowFileValue fileValue) INormalCompletionResultBuilder.file(IWorkflowFileValue fileValue)  - 
Uses of IWorkflowFileValue in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWorkflowFileValueMethods in de.xima.fc.workflow that return IWorkflowFileValue - 
Uses of IWorkflowFileValue in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowFileValueModifier and TypeMethodDescriptionNormalCompletionResultBuilder.file(IWorkflowFileValue fileValue)  - 
Uses of IWorkflowFileValue in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IWorkflowFileValueMethods in de.xima.fc.workflow.processor.model with parameters of type IWorkflowFileValueModifier and TypeMethodDescriptionNormalCompletionResult.Builder.fileValue(IWorkflowFileValue fileValue) Constructors in de.xima.fc.workflow.processor.model with parameters of type IWorkflowFileValueModifierConstructorDescriptionNormalCompletionResult(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors) Deprecated. 
NodeReturnedException.builder(WorkflowNode).