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
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.Variables

    org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.camunda.bpm.engine.variable.type.PrimitiveValueType
     
    static final org.camunda.bpm.engine.variable.type.PrimitiveValueType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JSON

      public static final org.camunda.bpm.engine.variable.type.PrimitiveValueType JSON
    • XML

      public static final org.camunda.bpm.engine.variable.type.PrimitiveValueType XML
  • Constructor Details

    • ClientValues

      public ClientValues()
  • Method Details

    • jsonValue

      public static JsonValue jsonValue(String jsonValue)
    • jsonValue

      public static JsonValue jsonValue(String jsonValue, boolean isTransient)
    • xmlValue

      public static XmlValue xmlValue(String xmlValue)
    • xmlValue

      public static XmlValue xmlValue(String xmlValue, boolean isTransient)