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)ILargeStringValueDescriptorBuilderILargeStringValueDescriptorBuilder. defaultValue(LargeString defaultValue)Sets the default string used when no value is provided.default ILargeStringValueDescriptorIValueDescriptorFactory. largeString(LargeString defaultValue)default ILargeStringValueDescriptorIValueDescriptorFactory. 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 LargeStringLargeString. empty()static LargeStringLargeString. ofByteArray(byte[] data, Charset charset)static LargeStringLargeString. ofFile(File file, Charset charset)static LargeStringLargeString. ofFileAsBase64String(File file)static LargeStringLargeString. ofFileAsDataUri(String mimeType, File file)static LargeStringLargeString. 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)
-