Class LongStringType
java.lang.Object
org.activiti.engine.impl.variable.ByteArrayType
org.activiti.engine.impl.variable.SerializableType
org.activiti.engine.impl.variable.LongStringType
- All Implemented Interfaces:
VariableType
-
Field Summary
Fields inherited from class org.activiti.engine.impl.variable.SerializableType
trackDeserializedObjects, TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname of variable type (limited to 100 characters length)booleanisAbleToStore(Object value) Methods inherited from class org.activiti.engine.impl.variable.SerializableType
createObjectInputStream, createObjectOutputStream, deserialize, getValue, serialize, setValueMethods inherited from class org.activiti.engine.impl.variable.ByteArrayType
isCachable
-
Constructor Details
-
LongStringType
public LongStringType(int minLength)
-
-
Method Details
-
getTypeName
Description copied from interface:VariableTypename of variable type (limited to 100 characters length)- Specified by:
getTypeNamein interfaceVariableType- Overrides:
getTypeNamein classSerializableType
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceVariableType- Overrides:
isAbleToStorein classSerializableType- Returns:
- whether this variable type can store the specified value.
-