Class UUIDType
java.lang.Object
org.flowable.variable.service.impl.types.UUIDType
- All Implemented Interfaces:
VariableType
- Author:
- Birger Zimmermann
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(ValueFields valueFields) booleanisAbleToStore(Object value) booleanvoidsetValue(Object value, ValueFields valueFields) Methods 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
-
UUIDType
public UUIDType()
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceVariableType
-
isCachable
public boolean isCachable()- Specified by:
isCachablein interfaceVariableType
-
getValue
- Specified by:
getValuein interfaceVariableType
-
setValue
- Specified by:
setValuein interfaceVariableType
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceVariableType
-