Uses of Interface
org.camunda.bpm.engine.variable.value.StringValue
Packages that use StringValue
Package
Description
-
Uses of StringValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return StringValueModifier and TypeMethodDescriptionStringValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) StringValueMapper.readValue
(TypedValueField typedValueField) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type StringValueModifier and TypeMethodDescriptionvoid
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 StringValueModifier and TypeMethodDescriptionStringValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) StringValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type StringValueModifier and TypeMethodDescriptionvoid
StringValueSerializer.writeValue
(StringValue variableValue, ValueFields valueFields) -
Uses of StringValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return StringValueModifier and TypeMethodDescriptionstatic 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 StringValueModifier and TypeMethodDescriptionPrimitiveValueTypeImpl.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