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
Methods in de.xima.fc.interfaces.workflow.params that return types with arguments of type IUnionValueBuilderMethod parameters in de.xima.fc.interfaces.workflow.params with type arguments of type IUnionValueBuilderModifier and TypeMethodDescriptionINodeThrewExceptionBuilder.error(Consumer<IUnionValueBuilder> errorValue) Deprecated.voidINodeExecutionParams.softError(String message, Throwable cause, Consumer<IUnionValueBuilder> errorValue) ISuccessResultBuilder.softError(String message, Throwable cause, Consumer<IUnionValueBuilder> errorValue) -
Uses of IUnionValueBuilder in de.xima.fc.interfaces.workflow.value
Subclasses with type arguments of type IUnionValueBuilder in de.xima.fc.interfaces.workflow.valueSubinterfaces with type arguments of type IUnionValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a union value.interfaceAIValueDescriptorfor a union value.interfaceAIValueDescriptorBuilderfor creating a union value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IUnionValueBuilderModifier and TypeMethodDescriptiondefault IUnionValueBuilderIUnionValueBuilder.asThis()default IUnionValueBuilderIValueBuilder.asUnion()default IUnionValueBuilderIValueConfigurator.asUnion()Casts this builder to a union value builder.default IUnionValueBuilderIUnionValueBuilder.value(IDiscriminatedUnionMember<?, ?> value) Deprecated.IUnionValueBuilder.value(Object discriminator, IValueCreator creator) Deprecated.default IUnionValueBuilderIUnionValueBuilder.value(Object discriminator, Class<?> ignoredMemberClass, IValueCreator creator) Deprecated.default IUnionValueBuilderDeprecated.Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IUnionValueBuilderModifier and TypeMethodDescriptiondefault BuilderISubTypeValueBuilder.whenUnion(Consumer<? super IUnionValueBuilder> action) default IValueConfiguratorIValueBuilder.whenUnion(Class<?> discriminatorClass, Consumer<? super IUnionValueBuilder> action) Deprecated.default IValueBuilder<T> IValueBuilder.whenUnion(Consumer<? super IUnionValueBuilder> action) default IValueConfiguratorIValueConfigurator.whenUnion(Class<?> ignoredDiscriminatorClass, Consumer<? super IUnionValueBuilder> action) Deprecated.UseIValueConfigurator.whenUnion(Consumer)instead.default IValueConfiguratorIValueConfigurator.whenUnion(Consumer<? super IUnionValueBuilder> action) Execute the given action with this builder as a union value builder, if this builder is of that type. -
Uses of IUnionValueBuilder in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return types with arguments of type IUnionValueBuilderConstructor parameters in de.xima.fc.mdl.workflow with type arguments of type IUnionValueBuilderModifierConstructorDescriptionWorkflowSoftErrorDescriptor(String message, Throwable cause, Consumer<IUnionValueBuilder> errorValue)
INodeThrewExceptionBuilder.error(String, IValueCreator).