Uses of Class
de.xima.fc.mdl.LargeString
-
Packages that use LargeString Package Description de.xima.fc.interfaces.workflow.value de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.workflow.processor.value -
-
Uses of LargeString in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return types with arguments of type LargeString Modifier and Type Method Description default IConstValueDescriptor<LargeString>
IValueDescriptorFactory. constant(LargeString value)
IConstValueDescriptorBuilder<LargeString>
IValueDescriptorFactory. constantBuilder(LargeString value)
default Class<LargeString>
ILargeStringValueDescriptor. getJavaClass()
default IListValueDescriptor<LargeString>
IValueDescriptorFactory. listOfLargeStrings()
default IListValueDescriptor<LargeString>
IValueDescriptorFactory. listOfLargeStrings(String descriptionI18n)
default IMapValueDescriptor<LargeString>
IValueDescriptorFactory. mapToLargeStrings()
default IMapValueDescriptor<LargeString>
IValueDescriptorFactory. mapToLargeStrings(String descriptionI18n)
Methods in de.xima.fc.interfaces.workflow.value with parameters of type LargeString Modifier and Type Method Description default IConstValueDescriptor<LargeString>
IValueDescriptorFactory. constant(LargeString value)
IConstValueDescriptorBuilder<LargeString>
IValueDescriptorFactory. constantBuilder(LargeString value)
ILargeStringValueDescriptorBuilder
ILargeStringValueDescriptorBuilder. defaultValue(LargeString defaultValue)
Sets the default string used when no value is provided.default ILargeStringValueDescriptor
IValueDescriptorFactory. largeString(LargeString defaultValue)
default ILargeStringValueDescriptor
IValueDescriptorFactory. largeString(LargeString defaultValue, String descriptionI18n)
-
Uses of LargeString in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return LargeString Modifier and Type Method Description static LargeString
LargeString. empty()
static LargeString
LargeString. ofByteArray(byte[] data, Charset charset)
static LargeString
LargeString. ofFile(File file, Charset charset)
static LargeString
LargeString. ofFileAsBase64String(File file)
static LargeString
LargeString. ofFileAsDataUri(String mimeType, File file)
static LargeString
LargeString. ofValue(String value)
-
Uses of LargeString in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return types with arguments of type LargeString Modifier and Type Method Description IConstValueDescriptorBuilder<LargeString>
ValueDescriptorFactory. constantBuilder(LargeString value)
Methods in de.xima.fc.workflow.processor.value with parameters of type LargeString Modifier and Type Method Description IConstValueDescriptorBuilder<LargeString>
ValueDescriptorFactory. constantBuilder(LargeString value)
-