Class 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 org.camunda.bpm.engine.variable.type.PrimitiveValueType JSON  
      static org.camunda.bpm.engine.variable.type.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 org.camunda.bpm.engine.variable.type.PrimitiveValueType JSON
      • XML

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

      • ClientValues

        public ClientValues()
    • Method Detail

      • jsonValue

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

        public static XmlValue xmlValue​(String xmlValue,
                                        boolean isTransient)