Uses of Interface
de.xima.fc.interfaces.workflow.value.IUnionValueBuilder
Packages that use IUnionValueBuilder
Package
Description
- 
Uses of IUnionValueBuilder in de.xima.fc.interfaces.workflow.params
Method parameters in de.xima.fc.interfaces.workflow.params with type arguments of type IUnionValueBuilderModifier and TypeMethodDescriptionINodeThrewExceptionBuilder.error(Consumer<IUnionValueBuilder<String>> errorValue) Sets (replaces) the error type and value describing the exception in more detail.voidINodeExecutionParams.softError(String message, Throwable cause, Consumer<IUnionValueBuilder<String>> errorValue) Adds a soft error to the list of soft errors.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 IUnionValueBuilderModifier and TypeMethodDescriptiondefault <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>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