Uses of Interface
org.camunda.bpm.engine.variable.value.BooleanValue

Packages that use BooleanValue
org.camunda.bpm.engine.impl.core.variable.type   
org.camunda.bpm.engine.impl.core.variable.value   
org.camunda.bpm.engine.impl.variable.serializer   
org.camunda.bpm.engine.variable   
 

Uses of BooleanValue in org.camunda.bpm.engine.impl.core.variable.type
 

Methods in org.camunda.bpm.engine.impl.core.variable.type that return BooleanValue
 BooleanValue PrimitiveValueTypeImpl.BooleanTypeImpl.createValue(Object value, Map<String,Object> valueInfo)
           
 

Uses of BooleanValue in org.camunda.bpm.engine.impl.core.variable.value
 

Classes in org.camunda.bpm.engine.impl.core.variable.value that implement BooleanValue
static class PrimitiveTypeValueImpl.BooleanValueImpl
           
 

Uses of BooleanValue in org.camunda.bpm.engine.impl.variable.serializer
 

Methods in org.camunda.bpm.engine.impl.variable.serializer that return BooleanValue
 BooleanValue BooleanValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 BooleanValue BooleanValueSerializer.readValue(ValueFields valueFields)
           
 

Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type BooleanValue
 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
static BooleanValue Variables.booleanValue(Boolean booleanValue)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.