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 TypeMethodDescriptionbooleanisAbleToStore(Object value) voidsetValue(Object value, ValueFields valueFields) 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
- Specified by:
getTypeNamein interfaceVariableType- Overrides:
getTypeNamein classSerializableType
-
setValue
- Specified by:
setValuein interfaceVariableType- Overrides:
setValuein classSerializableType
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceVariableType- Overrides:
isAbleToStorein classSerializableType
-