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
trackDeserializedObjects -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.variable.service.impl.types.SerializableType
createObjectInputStream, createObjectOutputStream, deserialize, getEngineType, getValue, getVariableServiceConfiguration, serialize, setValue, 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)
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceVariableType- Overrides:
getTypeNamein classSerializableType
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceVariableType- Overrides:
isAbleToStorein classSerializableType
-