Uses of Interface
org.camunda.bpm.engine.variable.value.StringValue
Package
Description
-
Uses of StringValue in org.camunda.bpm.client.variable.impl.mapper
Modifier and TypeMethodDescriptionStringValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) StringValueMapper.readValue
(TypedValueField typedValueField) Modifier and TypeMethodDescriptionvoid
StringValueMapper.writeValue
(StringValue stringValue, TypedValueField typedValueField) -
Uses of StringValue in org.camunda.bpm.engine.impl.variable.serializer
Modifier and TypeMethodDescriptionStringValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) StringValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Modifier and TypeMethodDescriptionvoid
StringValueSerializer.writeValue
(StringValue variableValue, ValueFields valueFields) -
Uses of StringValue in org.camunda.bpm.engine.variable
Modifier 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
Modifier and TypeMethodDescriptionPrimitiveValueTypeImpl.StringTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) -
Uses of StringValue in org.camunda.bpm.engine.variable.impl.value