Uses of Interface
de.xima.fc.interfaces.workflow.value.IValueBuilderOptions
Packages that use IValueBuilderOptions
Package
Description
-
Uses of IValueBuilderOptions in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IValueBuilderOptionsModifier and TypeMethodDescriptionIValueBuilderConfigurator.create()Creates a new value builder with the currently configured options.static IValueBuilderOptionsValueBuilderOptions.defaults()Returns the default options for a value builder.static IValueBuilderOptionsValueBuilderOptions.immutable()Gets a set of options with themutable flagdisabled and the default values for all other options.static IValueBuilderOptionsValueBuilderOptions.mutable()Gets a set of options with themutable flagenabled and the default values for all other options.Methods in de.xima.fc.interfaces.workflow.value with parameters of type IValueBuilderOptionsModifier and TypeMethodDescriptionIValueDescriptor.builder(IValueBuilderOptions options) Creates a new value builder for creating a value that conforms to the restrictions imposed by this value descriptor. -
Uses of IValueBuilderOptions in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper with parameters of type IValueBuilderOptionsModifier and TypeMethodDescriptionRecordValueDescriptorWrapper.builder(IValueBuilderOptions options)