Uses of Interface
org.camunda.bpm.engine.variable.value.BooleanValue
Packages that use BooleanValue
Package
Description
-
Uses of BooleanValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return BooleanValueModifier and TypeMethodDescriptionBooleanValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) BooleanValueMapper.readValue
(TypedValueField typedValueField) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type BooleanValueModifier and TypeMethodDescriptionvoid
BooleanValueMapper.writeValue
(BooleanValue booleanValue, TypedValueField typedValueField) -
Uses of BooleanValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return BooleanValueModifier and TypeMethodDescriptionBooleanValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) BooleanValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type BooleanValueModifier and TypeMethodDescriptionvoid
BooleanValueSerializer.writeValue
(BooleanValue variableValue, ValueFields valueFields) -
Uses of BooleanValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return BooleanValueModifier 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
Methods in org.camunda.bpm.engine.variable.impl.type that return BooleanValueModifier and TypeMethodDescriptionPrimitiveValueTypeImpl.BooleanTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) -
Uses of BooleanValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement BooleanValue