Uses of Interface
de.xima.fc.interfaces.workflow.value.IDiscriminatedUnionMember
-
Packages that use IDiscriminatedUnionMember Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.logic.execution de.xima.fc.workflow.processor.value -
-
Uses of IDiscriminatedUnionMember in de.xima.fc.exceptions
Constructors in de.xima.fc.exceptions with parameters of type IDiscriminatedUnionMember Constructor Description NodeSoftErrorException(IDiscriminatedUnionMember<String,?> errorMember, String message)
Creates a new exception with the given data for a soft error that occurred during execution of a node.NodeSoftErrorException(IDiscriminatedUnionMember<String,?> errorMember, String message, Throwable cause)
Creates a new exception with the given data for a soft error that occurred during execution of a node.NodeSoftErrorException(IDiscriminatedUnionMember<String,?> errorMember, Throwable cause)
Creates a new exception with the given data for a soft error that occurred during execution of a node.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 IDiscriminatedUnionMember in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IDiscriminatedUnionMember Modifier and Type Method Description IDiscriminatedUnionMember<String,Object>
IStandardFileListResolutionErrorCreator. forDatabaseError(AFileListResolutionError error, boolean softError)
Creates the error code and data for when an error occurred during database communication.IDiscriminatedUnionMember<String,Object>
IStandardFileListResolutionErrorCreator. forFileSystemError(AFileListResolutionError error, boolean softError)
Creates the error code and data for when data could not be read from or written to the file system.IDiscriminatedUnionMember<String,Object>
IStandardFileListResolutionErrorCreator. forGeneral(AFileListResolutionError error, boolean softError)
Creates the error code and data for when a general error occurred.IDiscriminatedUnionMember<String,Object>
IStandardFileListResolutionErrorCreator. forNetworkError(AFileListResolutionError error, boolean softError)
Creates the error code and data for when data could not be read from the network.IDiscriminatedUnionMember<String,Object>
IStandardFileListResolutionErrorCreator. forNoSourceFileFound(AFileListResolutionError error, boolean softError)
Creates the error code and data for when no source file could be found. -
Uses of IDiscriminatedUnionMember in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IDiscriminatedUnionMember Modifier and Type Method Description IDiscriminatedUnionMember<D,?>
IUnionValueBuilder. buildDiscriminatedMember()
Methods in de.xima.fc.interfaces.workflow.value with parameters of type IDiscriminatedUnionMember Modifier and Type Method Description default IUnionValueBuilder<D>
IUnionValueBuilder. value(IDiscriminatedUnionMember<D,?> value)
Sets the value of the union to the given member. -
Uses of IDiscriminatedUnionMember in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return IDiscriminatedUnionMember Modifier and Type Method Description IDiscriminatedUnionMember<String,Object>
CodeOnlyStandardFileListResolutionErrorCreator. forDatabaseError(AFileListResolutionError error, boolean softError)
IDiscriminatedUnionMember<String,Object>
CodeOnlyStandardFileListResolutionErrorCreator. forFileSystemError(AFileListResolutionError error, boolean softError)
IDiscriminatedUnionMember<String,Object>
CodeOnlyStandardFileListResolutionErrorCreator. forGeneral(AFileListResolutionError error, boolean softError)
IDiscriminatedUnionMember<String,Object>
CodeOnlyStandardFileListResolutionErrorCreator. forNetworkError(AFileListResolutionError error, boolean softError)
IDiscriminatedUnionMember<String,Object>
CodeOnlyStandardFileListResolutionErrorCreator. forNoSourceFileFound(AFileListResolutionError error, boolean softError)
-
Uses of IDiscriminatedUnionMember in de.xima.fc.workflow.processor.value
Classes in de.xima.fc.workflow.processor.value that implement IDiscriminatedUnionMember Modifier and Type Class Description class
DiscriminatedUnionMember<D,V>
Default POJO implementation of aIDiscriminatedUnionMember
.Methods in de.xima.fc.workflow.processor.value that return IDiscriminatedUnionMember Modifier and Type Method Description static <D,V>
IDiscriminatedUnionMember<D,V>DiscriminatedUnionMember. of(D discriminator, V value)
-