Uses of Interface
org.camunda.bpm.engine.variable.value.StringValue
-
-
Uses of StringValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return StringValue Modifier and Type Method Description StringValue
StringValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
StringValue
StringValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type StringValue Modifier and Type Method Description void
StringValueMapper. writeValue(StringValue stringValue, TypedValueField typedValueField)
-
Uses of StringValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return StringValue Modifier and Type Method Description StringValue
StringValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
StringValue
StringValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type StringValue Modifier and Type Method Description void
StringValueSerializer. writeValue(StringValue variableValue, ValueFields valueFields)
-
Uses of StringValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return StringValue Modifier and Type Method Description static StringValue
Variables. stringValue(String stringValue)
Creates a newStringValue
that encapsulates the givenstringValue
static StringValue
Variables. stringValue(String stringValue, boolean isTransient)
Creates a newStringValue
that encapsulates the givenstringValue
-
Uses of StringValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return StringValue Modifier and Type Method Description StringValue
PrimitiveValueTypeImpl.StringTypeImpl. createValue(Object value, Map<String,Object> valueInfo)
-
Uses of StringValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement StringValue Modifier and Type Class Description static class
PrimitiveTypeValueImpl.StringValueImpl
-