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
Methods in de.xima.fc.exceptions with parameters of type IDiscriminatedUnionMember Modifier and Type Method Description NodeThrewException.BuilderNodeThrewException.Builder. errorData(IDiscriminatedUnionMember<String,?> errorData)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 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 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>IStandardAttachmentListResolutionErrorCreator. forDatabaseError(AAttachmentListResolutionError error, boolean softError)Creates the error code and data for when an error occurred during database communication.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>IStandardAttachmentListResolutionErrorCreator. forFileSystemError(AAttachmentListResolutionError 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. 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>IStandardAttachmentListResolutionErrorCreator. forGeneral(AAttachmentListResolutionError error, boolean softError)Creates the error code and data for when a general error occurred.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>IStandardAttachmentListResolutionErrorCreator. forNoSourceAttachmentFound(AAttachmentListResolutionError error, boolean softError)Creates the error code and data for when no attachment could be found.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()IDiscriminatedUnionMember<D,?>IUnionValueDescriptor. getDefaultValueUnionMember()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>CodeOnlyStandardAttachmentListResolutionErrorCreator. forDatabaseError(AAttachmentListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forDatabaseError(AFileListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardAttachmentListResolutionErrorCreator. forFileSystemError(AAttachmentListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forFileSystemError(AFileListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardAttachmentListResolutionErrorCreator. forGeneral(AAttachmentListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forGeneral(AFileListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardFileListResolutionErrorCreator. forNetworkError(AFileListResolutionError error, boolean softError)IDiscriminatedUnionMember<String,Object>CodeOnlyStandardAttachmentListResolutionErrorCreator. forNoSourceAttachmentFound(AAttachmentListResolutionError 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 classDiscriminatedUnionMember<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)
-