Uses of Package
org.camunda.bpm.engine.variable
Packages that use org.camunda.bpm.engine.variable
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
    
    
    
    
        
    
    
    
    
    
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
    (typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
    can be executed:RepositoryService:
    Manages DeploymentsRuntimeService:
    For starting and searching ProcessInstancesTaskService:
    Exposes operations to manage human (standalone) Tasks,
    such as claiming, completing and assigning tasksIdentityService:
    Used for managing Users,
    Groups and the relations between themManagementService:
    Exposes engine admin and maintenance operations,
    which have no relation to the runtime execution of business processesHistoryService:
    Exposes information about ongoing and past process instances.FormService:
    Access to form data and rendered forms for starting new process instances and completing tasks.Interfaces used to include Java code in a process as the behavior of an activity 
    or as a listener to process events with 
JavaDelegates.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the 
RuntimeService.- 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.client.task
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.client.task.impl
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.client.variableClassDescriptionThis class is the entry point to the process engine's typed variables API.
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.dmn.engine.impl
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.cdi
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.cdi.impl
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.cdi.impl.context
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.delegate
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.externaltask
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.bpmn.behavior
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.cfg.multitenancy
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.cmd
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.cmmn
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.cmmn.behavior
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.cmmn.cmd
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.core.model
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.core.variable.scope
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.dmn.cmd
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.el
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.externaltask
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.form
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.form.handler
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.migration
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.persistence.entity
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.pvm.runtime
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.runtime
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.impl.util
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.migration
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.rest.dto
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.rest.sub.impl
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.rest.sub.runtime.impl
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.rest.sub.task.impl
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.runtime
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.variableClassDescriptionA Map of variables.A set of builtin serialization dataformat constants.
 - 
Classes in org.camunda.bpm.engine.variable used by org.camunda.bpm.engine.variable.impl