Uses of Interface
org.camunda.bpm.engine.variable.value.builder.ObjectValueBuilder
-
-
Uses of ObjectValueBuilder in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return ObjectValueBuilder Modifier and Type Method Description static ObjectValueBuilder
Variables. objectValue(Object value)
Returns a builder to create a newObjectValue
that encapsulates the givenvalue
.static ObjectValueBuilder
Variables. objectValue(Object value, boolean isTransient)
Returns a builder to create a newObjectValue
that encapsulates the givenvalue
. -
Uses of ObjectValueBuilder in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type with parameters of type ObjectValueBuilder Modifier and Type Method Description protected void
ObjectTypeImpl. applyValueInfo(ObjectValueBuilder builder, Map<String,Object> valueInfo)
-
Uses of ObjectValueBuilder in org.camunda.bpm.engine.variable.impl.value.builder
Classes in org.camunda.bpm.engine.variable.impl.value.builder that implement ObjectValueBuilder Modifier and Type Class Description class
ObjectVariableBuilderImpl
class
SerializedObjectValueBuilderImpl
Methods in org.camunda.bpm.engine.variable.impl.value.builder that return ObjectValueBuilder Modifier and Type Method Description ObjectValueBuilder
ObjectVariableBuilderImpl. serializationDataFormat(String dataFormatName)
ObjectValueBuilder
ObjectVariableBuilderImpl. serializationDataFormat(SerializationDataFormat dataFormat)
-
Uses of ObjectValueBuilder in org.camunda.bpm.engine.variable.value.builder
Subinterfaces of ObjectValueBuilder in org.camunda.bpm.engine.variable.value.builder Modifier and Type Interface Description interface
SerializedObjectValueBuilder
Methods in org.camunda.bpm.engine.variable.value.builder that return ObjectValueBuilder Modifier and Type Method Description ObjectValueBuilder
ObjectValueBuilder. serializationDataFormat(String dataFormatName)
ObjectValueBuilder
ObjectValueBuilder. serializationDataFormat(SerializationDataFormat dataFormat)
-