Uses of Interface
de.xima.fc.interfaces.workflow.value.IDiscriminatedUnionMember
Packages that use IDiscriminatedUnionMember
Package
Description
Package für allgemeine Exceptions
- 
Uses of IDiscriminatedUnionMember in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions with parameters of type IDiscriminatedUnionMemberModifier and TypeMethodDescriptionNodeThrewException.Builder.errorData(IDiscriminatedUnionMember<String, ?> errorData) Constructors in de.xima.fc.exceptions with parameters of type IDiscriminatedUnionMemberModifierConstructorDescriptionNodeSoftErrorException(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 IDiscriminatedUnionMemberModifier and TypeMethodDescriptionIStandardAttachmentListResolutionErrorCreator.forDatabaseError(AAttachmentListResolutionError error, boolean softError) Creates the error code and data for when an error occurred during database communication.IStandardFileListResolutionErrorCreator.forDatabaseError(AFileListResolutionError error, boolean softError) Creates the error code and data for when an error occurred during database communication.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.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.IStandardAttachmentListResolutionErrorCreator.forGeneral(AAttachmentListResolutionError error, boolean softError) Creates the error code and data for when a general error occurred.IStandardFileListResolutionErrorCreator.forGeneral(AFileListResolutionError error, boolean softError) Creates the error code and data for when a general error occurred.IStandardFileListResolutionErrorCreator.forNetworkError(AFileListResolutionError error, boolean softError) Creates the error code and data for when data could not be read from the network.IStandardAttachmentListResolutionErrorCreator.forNoSourceAttachmentFound(AAttachmentListResolutionError error, boolean softError) Creates the error code and data for when no attachment could be found.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 IDiscriminatedUnionMemberMethods in de.xima.fc.interfaces.workflow.value with parameters of type IDiscriminatedUnionMemberModifier and TypeMethodDescriptiondefault 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 IDiscriminatedUnionMemberModifier and TypeMethodDescriptionCodeOnlyStandardAttachmentListResolutionErrorCreator.forDatabaseError(AAttachmentListResolutionError error, boolean softError) CodeOnlyStandardFileListResolutionErrorCreator.forDatabaseError(AFileListResolutionError error, boolean softError) CodeOnlyStandardAttachmentListResolutionErrorCreator.forFileSystemError(AAttachmentListResolutionError error, boolean softError) CodeOnlyStandardFileListResolutionErrorCreator.forFileSystemError(AFileListResolutionError error, boolean softError) CodeOnlyStandardAttachmentListResolutionErrorCreator.forGeneral(AAttachmentListResolutionError error, boolean softError) CodeOnlyStandardFileListResolutionErrorCreator.forGeneral(AFileListResolutionError error, boolean softError) CodeOnlyStandardFileListResolutionErrorCreator.forNetworkError(AFileListResolutionError error, boolean softError) CodeOnlyStandardAttachmentListResolutionErrorCreator.forNoSourceAttachmentFound(AAttachmentListResolutionError error, boolean softError) 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 IDiscriminatedUnionMemberModifier and TypeClassDescriptionfinal classDefault POJO implementation of aIDiscriminatedUnionMember.Methods in de.xima.fc.workflow.processor.value that return IDiscriminatedUnionMemberModifier and TypeMethodDescriptionstatic <D,V> IDiscriminatedUnionMember<D, V> DiscriminatedUnionMember.of(D discriminator, V value)  
NodeThrewException.builder(WorkflowNode).