Uses of Interface
org.camunda.bpm.engine.variable.value.StringValue
- 
- 
Uses of StringValue in org.camunda.bpm.client.variable.impl.mapperMethods in org.camunda.bpm.client.variable.impl.mapper that return StringValue Modifier and Type Method Description StringValueStringValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)StringValueStringValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type StringValue Modifier and Type Method Description voidStringValueMapper. writeValue(StringValue stringValue, TypedValueField typedValueField)
- 
Uses of StringValue in org.camunda.bpm.engine.impl.variable.serializerMethods in org.camunda.bpm.engine.impl.variable.serializer that return StringValue Modifier and Type Method Description StringValueStringValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)StringValueStringValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type StringValue Modifier and Type Method Description voidStringValueSerializer. writeValue(StringValue variableValue, ValueFields valueFields)
- 
Uses of StringValue in org.camunda.bpm.engine.variableMethods in org.camunda.bpm.engine.variable that return StringValue Modifier and Type Method Description static StringValueVariables. stringValue(java.lang.String stringValue)Creates a newStringValuethat encapsulates the givenstringValuestatic StringValueVariables. stringValue(java.lang.String stringValue, boolean isTransient)Creates a newStringValuethat encapsulates the givenstringValue
- 
Uses of StringValue in org.camunda.bpm.engine.variable.impl.typeMethods in org.camunda.bpm.engine.variable.impl.type that return StringValue Modifier and Type Method Description StringValuePrimitiveValueTypeImpl.StringTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.Object> valueInfo)
- 
Uses of StringValue in org.camunda.bpm.engine.variable.impl.valueClasses in org.camunda.bpm.engine.variable.impl.value that implement StringValue Modifier and Type Class Description static classPrimitiveTypeValueImpl.StringValueImpl
 
-