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.value 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 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.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.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) 
 -