Uses of Interface
de.xima.fc.interfaces.workflow.value.IStringValueDescriptorBuilder
Packages that use IStringValueDescriptorBuilder
-
Uses of IStringValueDescriptorBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IStringValueDescriptorBuilderModifier and TypeMethodDescriptionIStringValueDescriptorBuilder.addAttribute(String key, Object value) IStringValueDescriptorBuilder.addAttributes(Map<String, Object> attributes) IStringValueDescriptorBuilder.attributes(Map<String, Object> attributes) IStringValueDescriptor.configure()IStringValueDescriptorBuilder.defaultValue(String defaultValue) Sets the default string used when no value is provided.IStringValueDescriptorBuilder.description(String description) Deprecated.Restricts the length of the string value to a certain range.default IStringValueDescriptorBuilderIValueDescriptorFactory.requiredStringBuilder()Creates a new builder for a string and sets it up so the string is required, i.e. must have a length of at least 1.IValueDescriptorFactory.stringBuilder() -
Uses of IStringValueDescriptorBuilder in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return IStringValueDescriptorBuilder