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 XmlValueClientValues. xmlValue(java.lang.String xmlValue)static XmlValueClientValues. xmlValue(java.lang.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 XmlValueXmlValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)XmlValueXmlValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type XmlValue Modifier and Type Method Description voidXmlValueMapper. 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 XmlValueXmlTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.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 classXmlValueImpl
-