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 PrimitiveValueType
JSON
static PrimitiveValueType
XML
-
Constructor Summary
Constructors Constructor Description ClientValues()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonValue
jsonValue(String jsonValue)
static JsonValue
jsonValue(String jsonValue, boolean isTransient)
static XmlValue
xmlValue(String xmlValue)
static XmlValue
xmlValue(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
-
-