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.Variables
Variables.SerializationDataFormats
-
-
Field Summary
Fields Modifier and Type Field Description static PrimitiveValueTypeJSONstatic PrimitiveValueTypeXML
-
Constructor Summary
Constructors Constructor Description ClientValues()
-
Method Summary
All 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.Variables
booleanValue, 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
-
JSON
public static final PrimitiveValueType JSON
-
XML
public static final PrimitiveValueType XML
-
-
Method Detail
-
jsonValue
public static JsonValue jsonValue(java.lang.String jsonValue)
-
jsonValue
public static JsonValue jsonValue(java.lang.String jsonValue, boolean isTransient)
-
xmlValue
public static XmlValue xmlValue(java.lang.String xmlValue)
-
xmlValue
public static XmlValue xmlValue(java.lang.String xmlValue, boolean isTransient)
-
-