|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SerializableValue
A TypedValue for which a serialized value can be obtained and specified
| Method Summary | |
|---|---|
String |
getSerializationDataFormat()
The serialization format used to serialize this value. |
SerializableValueType |
getType()
The type of the value. |
Object |
getValue()
Returns the value or null in case the value is null. |
String |
getValueSerialized()
Returns the serialized value. |
boolean |
isDeserialized()
Returns true in case the value is deserialized. |
| Method Detail |
|---|
boolean isDeserialized()
getValue() method
Object getValue()
getValue in interface TypedValueIllegalStateException - in case the value is not deserialized. See isDeserialized().String getValueSerialized()
getSerializationDataFormat()) is not text based,
a base 64 encoded representation of the value is returned
The serialized value is a snapshot of the state of the value as it is
serialized to the process engine database.
String getSerializationDataFormat()
SerializableValueType getType()
TypedValue
getType in interface TypedValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||