|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectValue
A typed value representing a Java Object.
| Method Summary | ||
|---|---|---|
Class<?> |
getObjectType()
Returns the Class this object is an instance of. |
|
String |
getObjectTypeName()
A String representation of the Object's type name. |
|
Object |
getValue()
Returns the Object or null in case the value is null. |
|
|
getValue(Class<T> type)
Returns the object provided by this VariableValue. |
|
boolean |
isDeserialized()
Returns true in case the object is deserialized. |
|
| Methods inherited from interface org.camunda.bpm.engine.variable.value.SerializableValue |
|---|
getSerializationDataFormat, getType, getValueSerialized |
| Method Detail |
|---|
boolean isDeserialized()
isDeserialized in interface SerializableValueObject getValue()
getValue in interface SerializableValuegetValue in interface TypedValueIllegalStateException - in case the object is not deserialized. See isDeserialized().<T> T getValue(Class<T> type)
type - the java class the value should be cast to
IllegalStateException - in case the object is not deserialized. See isDeserialized().Class<?> getObjectType()
IllegalStateException - in case the object is not deserialized. See isDeserialized().String getObjectTypeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||