Uses of Interface
org.camunda.bpm.engine.variable.value.builder.ObjectValueBuilder
Package
Description
-
Uses of ObjectValueBuilder in org.camunda.bpm.engine.variable
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionprotected void
ObjectTypeImpl.applyValueInfo
(ObjectValueBuilder builder, Map<String, Object> valueInfo) -
Uses of ObjectValueBuilder in org.camunda.bpm.engine.variable.impl.value.builder
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionObjectVariableBuilderImpl.serializationDataFormat
(String dataFormatName) ObjectVariableBuilderImpl.serializationDataFormat
(SerializationDataFormat dataFormat) -
Uses of ObjectValueBuilder in org.camunda.bpm.engine.variable.value.builder
Modifier and TypeMethodDescriptionObjectValueBuilder.serializationDataFormat
(String dataFormatName) ObjectValueBuilder.serializationDataFormat
(SerializationDataFormat dataFormat)