Uses of Interface
de.xima.fc.interfaces.workflow.value.IValueBuilderConfigurator
Packages that use IValueBuilderConfigurator
-
Uses of IValueBuilderConfigurator in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IValueBuilderConfiguratorModifier and TypeMethodDescriptionIValueBuilderConfigurator.acceptanceCriteria(IValueAcceptanceCriteria criteria) Sets the acceptance criteria that the created value must satisfy.static IValueBuilderConfiguratorValueBuilderOptions.configurator()Creates a new configurator to createIValueBuilderOptionsinstances.default IValueBuilderConfiguratorIValueBuilderConfigurator.immutable()Sets that the created value should be immutable.default IValueBuilderConfiguratorIValueBuilderConfigurator.mutable()Sets that the created value should be mutable.IValueBuilderConfigurator.mutable(boolean mutable) Sets whether the created value should be mutable.