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(String xmlValue)static XmlValueClientValues. 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 XmlValueXmlValueMapper. convertToTypedValue(org.camunda.bpm.engine.variable.impl.value.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(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 classXmlValueImpl
-