Uses of Interface
org.camunda.bpm.engine.impl.variable.VariableTypes

Packages that use VariableTypes
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.db   
org.camunda.bpm.engine.impl.variable   
 

Uses of VariableTypes in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl with parameters of type VariableTypes
 void QueryVariableValue.initialize(VariableTypes types)
           
 

Uses of VariableTypes in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as VariableTypes
protected  VariableTypes ProcessEngineConfigurationImpl.variableTypes
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return VariableTypes
 VariableTypes ProcessEngineConfigurationImpl.getVariableTypes()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type VariableTypes
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setVariableTypes(VariableTypes variableTypes)
           
 

Uses of VariableTypes in org.camunda.bpm.engine.impl.db
 

Fields in org.camunda.bpm.engine.impl.db declared as VariableTypes
protected  VariableTypes IbatisVariableTypeHandler.variableTypes
           
 

Methods in org.camunda.bpm.engine.impl.db that return VariableTypes
protected  VariableTypes IbatisVariableTypeHandler.getVariableTypes()
           
 

Uses of VariableTypes in org.camunda.bpm.engine.impl.variable
 

Classes in org.camunda.bpm.engine.impl.variable that implement VariableTypes
 class DefaultVariableTypes
           
 

Methods in org.camunda.bpm.engine.impl.variable that return VariableTypes
 VariableTypes VariableTypes.addType(VariableType type)
           
 VariableTypes VariableTypes.addType(VariableType type, int index)
          Add type at the given index.
 VariableTypes DefaultVariableTypes.removeType(VariableType type)
           
 VariableTypes VariableTypes.removeType(VariableType type)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.