Uses of Interface
org.camunda.bpm.engine.variable.value.BooleanValue
-
-
Uses of BooleanValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return BooleanValue Modifier and Type Method Description BooleanValue
BooleanValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
BooleanValue
BooleanValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type BooleanValue Modifier and Type Method Description void
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 BooleanValue Modifier and Type Method Description BooleanValue
BooleanValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
BooleanValue
BooleanValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type BooleanValue Modifier and Type Method Description void
BooleanValueSerializer. writeValue(BooleanValue variableValue, ValueFields valueFields)
-
Uses of BooleanValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return BooleanValue Modifier and Type Method Description static 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 BooleanValue Modifier and Type Method Description BooleanValue
PrimitiveValueTypeImpl.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 Modifier and Type Class Description static class
PrimitiveTypeValueImpl.BooleanValueImpl
-