Uses of Interface
org.camunda.bpm.engine.variable.value.BooleanValue
Package
Description
-
Uses of BooleanValue in org.camunda.bpm.client.variable.impl.mapper
Modifier and TypeMethodDescriptionBooleanValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) BooleanValueMapper.readValue
(TypedValueField typedValueField) Modifier and TypeMethodDescriptionvoid
BooleanValueMapper.writeValue
(BooleanValue booleanValue, TypedValueField typedValueField) -
Uses of BooleanValue in org.camunda.bpm.engine.impl.variable.serializer
Modifier and TypeMethodDescriptionBooleanValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) BooleanValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Modifier and TypeMethodDescriptionvoid
BooleanValueSerializer.writeValue
(BooleanValue variableValue, ValueFields valueFields) -
Uses of BooleanValue in org.camunda.bpm.engine.variable
Modifier and TypeMethodDescriptionstatic BooleanValue
Variables.booleanValue
(Boolean booleanValue) Creates a newBooleanValue
that encapsulates the givenbooleanValue
static BooleanValue
Variables.booleanValue
(Boolean booleanValue, boolean isTransient) Creates a newBooleanValue
that encapsulates the givenbooleanValue
-
Uses of BooleanValue in org.camunda.bpm.engine.variable.impl.type
Modifier and TypeMethodDescriptionPrimitiveValueTypeImpl.BooleanTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) -
Uses of BooleanValue in org.camunda.bpm.engine.variable.impl.value