Uses of Interface
de.xima.fc.interfaces.workflow.value.IListValueDescriptor
-
Packages that use IListValueDescriptor Package Description de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.value.wrapper -
-
Uses of IListValueDescriptor in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IListValueDescriptor Modifier and Type Method Description IListValueDescriptor<?>IValueDescriptor. asList()Casts this descriptor to a list value descriptor type.<S> IListValueDescriptor<S>IValueDescriptor. asList(Class<S> elementType)Casts this descriptor to a list value descriptor type.default <V> IListValueDescriptor<V>IValueDescriptorFactory. list(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor)default IListValueDescriptor<?>IValueDescriptorFactory. list(IValueDescriptorCreator elementType)default IListValueDescriptor<LargeString>IValueDescriptorFactory. listOfLargeStrings()default IListValueDescriptor<LargeString>IValueDescriptorFactory. listOfLargeStrings(String descriptionI18n)default IListValueDescriptor<String>IValueDescriptorFactory. listOfStrings()default IListValueDescriptor<String>IValueDescriptorFactory. listOfStrings(String descriptionI18n)IListValueDescriptor<V>IListValueDescriptor. withDefaultValue(Object defaultValue)IListValueDescriptor<V>IListValueDescriptor. withDescription(String description) -
Uses of IListValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IListValueDescriptor Modifier and Type Method Description IListValueDescriptor<?>RecordValueDescriptorWrapper. asList()<S> IListValueDescriptor<S>RecordValueDescriptorWrapper. asList(Class<S> elementType)
-