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 BooleanValueBooleanValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)BooleanValueBooleanValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type BooleanValue Modifier and Type Method Description voidBooleanValueMapper. 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 BooleanValueBooleanValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)BooleanValueBooleanValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type BooleanValue Modifier and Type Method Description voidBooleanValueSerializer. 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 BooleanValueVariables. booleanValue(java.lang.Boolean booleanValue)Creates a newBooleanValuethat encapsulates the givenbooleanValuestatic BooleanValueVariables. booleanValue(java.lang.Boolean booleanValue, boolean isTransient)Creates a newBooleanValuethat 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 BooleanValuePrimitiveValueTypeImpl.BooleanTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.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 classPrimitiveTypeValueImpl.BooleanValueImpl
-