Uses of Interface
org.camunda.bpm.client.variable.value.XmlValue
-
Packages that use XmlValue Package Description org.camunda.bpm.client.variable org.camunda.bpm.client.variable.impl.mapper org.camunda.bpm.client.variable.impl.type org.camunda.bpm.client.variable.impl.value -
-
Uses of XmlValue in org.camunda.bpm.client.variable
Methods in org.camunda.bpm.client.variable that return XmlValue Modifier and Type Method Description static XmlValue
ClientValues. xmlValue(String xmlValue)
static XmlValue
ClientValues. xmlValue(String xmlValue, boolean isTransient)
-
Uses of XmlValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return XmlValue Modifier and Type Method Description XmlValue
XmlValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
XmlValue
XmlValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type XmlValue Modifier and Type Method Description void
XmlValueMapper. writeValue(XmlValue xmlValue, TypedValueField typedValueField)
-
Uses of XmlValue in org.camunda.bpm.client.variable.impl.type
Methods in org.camunda.bpm.client.variable.impl.type that return XmlValue Modifier and Type Method Description XmlValue
XmlTypeImpl. createValue(Object value, Map<String,Object> valueInfo)
-
Uses of XmlValue in org.camunda.bpm.client.variable.impl.value
Classes in org.camunda.bpm.client.variable.impl.value that implement XmlValue Modifier and Type Class Description class
XmlValueImpl
-