Package org.camunda.bpm.client.variable
Class ClientValues
- java.lang.Object
- 
- org.camunda.bpm.engine.variable.Variables
- 
- org.camunda.bpm.client.variable.ClientValues
 
 
- 
 public class ClientValues extends Variables 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.VariablesVariables.SerializationDataFormats
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static PrimitiveValueTypeJSONstatic PrimitiveValueTypeXML
 - 
Constructor SummaryConstructors Constructor Description ClientValues()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonValuejsonValue(java.lang.String jsonValue)static JsonValuejsonValue(java.lang.String jsonValue, boolean isTransient)static XmlValuexmlValue(java.lang.String xmlValue)static XmlValuexmlValue(java.lang.String xmlValue, boolean isTransient)- 
Methods inherited from class org.camunda.bpm.engine.variable.VariablesbooleanValue, booleanValue, byteArrayValue, byteArrayValue, createVariables, dateValue, dateValue, doubleValue, doubleValue, emptyVariableContext, fileValue, fileValue, fileValue, fileValue, fromMap, integerValue, integerValue, longValue, longValue, numberValue, numberValue, objectValue, objectValue, putValue, putValueTyped, serializedObjectValue, serializedObjectValue, serializedObjectValue, shortValue, shortValue, stringValue, stringValue, untypedNullValue, untypedNullValue, untypedValue, untypedValue
 
- 
 
- 
- 
- 
Field Detail- 
JSONpublic static final PrimitiveValueType JSON 
 - 
XMLpublic static final PrimitiveValueType XML 
 
- 
 - 
Method Detail- 
jsonValuepublic static JsonValue jsonValue(java.lang.String jsonValue) 
 - 
jsonValuepublic static JsonValue jsonValue(java.lang.String jsonValue, boolean isTransient) 
 - 
xmlValuepublic static XmlValue xmlValue(java.lang.String xmlValue) 
 - 
xmlValuepublic static XmlValue xmlValue(java.lang.String xmlValue, boolean isTransient) 
 
- 
 
-