Class LongStringType
java.lang.Object
org.flowable.variable.service.impl.types.ByteArrayType
org.flowable.variable.service.impl.types.SerializableType
org.flowable.variable.service.impl.types.LongStringType
- All Implemented Interfaces:
VariableType,MutableVariableType<Object,byte[]>
- Author:
- Martin Grofcik
-
Field Summary
FieldsFields inherited from class org.flowable.variable.service.impl.types.SerializableType
trackDeserializedObjectsFields inherited from class org.flowable.variable.service.impl.types.ByteArrayType
lengthVerifier -
Constructor Summary
ConstructorsConstructorDescriptionLongStringType(int minLength) LongStringType(int minLength, VariableLengthVerifier lengthVerifier) -
Method Summary
Modifier and TypeMethodDescriptionname of variable type (limited to 100 characters length)booleanisAbleToStore(Object value) voidsetValue(Object value, ValueFields valueFields) Stores the specified value in the suppliedValueFields.Methods inherited from class org.flowable.variable.service.impl.types.SerializableType
createObjectInputStream, createObjectOutputStream, deserialize, getEngineType, getValue, getVariableServiceConfiguration, serialize, traceValue, updateValueIfChangedMethods inherited from class org.flowable.variable.service.impl.types.ByteArrayType
isCachableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.variable.api.types.VariableType
isReadOnly
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
LongStringType
public LongStringType(int minLength) -
LongStringType
-
-
Method Details
-
getTypeName
Description copied from interface:VariableTypename of variable type (limited to 100 characters length)- Specified by:
getTypeNamein interfaceVariableType- Overrides:
getTypeNamein classSerializableType
-
setValue
Description copied from interface:VariableTypeStores the specified value in the suppliedValueFields.- Specified by:
setValuein interfaceVariableType- Overrides:
setValuein classSerializableType
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceVariableType- Overrides:
isAbleToStorein classSerializableType- Returns:
- whether this variable type can store the specified value.
-