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 org.camunda.bpm.engine.variable.Variables
-
-
Constructor Summary
Constructors Constructor Description ClientValues()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonValuejsonValue(String jsonValue)static JsonValuejsonValue(String jsonValue, boolean isTransient)static XmlValuexmlValue(String xmlValue)static XmlValuexmlValue(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
-
-