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<?, ?> errorData) Deprecated.Constructors in de.xima.fc.exceptions with parameters of type IDiscriminatedUnionMemberModifierConstructorDescriptionNodeSoftErrorException(IDiscriminatedUnionMember<?, ?> errorMember, String message) Deprecated.UseNodeSoftErrorException(String, Object, String)instead.NodeSoftErrorException(IDiscriminatedUnionMember<?, ?> errorMember, String message, Throwable cause) Deprecated.NodeSoftErrorException(IDiscriminatedUnionMember<?, ?> errorMember, Throwable cause) Deprecated.UseNodeSoftErrorException(String, Object, Throwable)instead.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 IDiscriminatedUnionMemberModifier and TypeMethodDescriptionIUnionValueBuilder.buildDiscriminatedMember()Deprecated.Just useBuilder.build().IUnionValueDescriptor.getDefaultValueUnionMember()Deprecated.Just useIValueDescriptor.getDefaultValue().Methods in de.xima.fc.interfaces.workflow.value with parameters of type IDiscriminatedUnionMemberModifier and TypeMethodDescriptiondefault IUnionValueBuilderIUnionValueBuilder.value(IDiscriminatedUnionMember<?, ?> value) Deprecated. -
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.errorData(String, Object).