Uses of Interface
de.xima.fc.interfaces.workflow.value.IUnionValueBuilder
-
Packages that use IUnionValueBuilder Package Description de.xima.fc.interfaces.workflow.params de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.logic.execution -
-
Uses of IUnionValueBuilder in de.xima.fc.interfaces.workflow.params
Method parameters in de.xima.fc.interfaces.workflow.params with type arguments of type IUnionValueBuilder Modifier and Type Method Description INodeThrewExceptionBuilder
INodeThrewExceptionBuilder. error(Consumer<IUnionValueBuilder<String>> errorValue)
Sets (replaces) the error type and value describing the exception in more detail.void
INodeExecutionParams. softError(String message, Throwable cause, Consumer<IUnionValueBuilder<String>> errorValue)
Adds a soft error to the list of soft errors.TBuilder
ISuccessResultBuilder. softError(String message, Throwable cause, Consumer<IUnionValueBuilder<String>> errorValue)
Adds a soft error to the list of soft errors. -
Uses of IUnionValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IUnionValueBuilder Modifier and Type Method Description default <D> IUnionValueBuilder<D>
IValueBuilder. asUnion()
Casts this builder to a union value builder.default IUnionValueBuilder<D>
IUnionValueBuilder. value(IDiscriminatedUnionMember<D,?> value)
Sets the value of the union to the given member.<T> IUnionValueBuilder<D>
IUnionValueBuilder. value(D discriminator, Class<? extends T> memberClass, IValueCreator<T> creator)
Sets the value of the union at the given member discriminator to the given value.default <T> IUnionValueBuilder<D>
IUnionValueBuilder. value(D discriminator, T value)
Sets the value of the union at the given member discriminator to the given value. -
Uses of IUnionValueBuilder in de.xima.fc.workflow.processor.logic.execution
Method parameters in de.xima.fc.workflow.processor.logic.execution with type arguments of type IUnionValueBuilder Modifier and Type Method Description INormalCompletionResultBuilder
NormalCompletionResultBuilder. softError(String message, Throwable cause, Consumer<IUnionValueBuilder<String>> errorValue)
-