camunda BPM - engine 7.1.0-alpha2 API

Packages
org.camunda.bpm  
org.camunda.bpm.application  
org.camunda.bpm.application.impl  
org.camunda.bpm.application.impl.event  
org.camunda.bpm.application.impl.metadata  
org.camunda.bpm.application.impl.metadata.spi  
org.camunda.bpm.container  
org.camunda.bpm.container.impl.jmx  
org.camunda.bpm.container.impl.jmx.deployment  
org.camunda.bpm.container.impl.jmx.deployment.jobexecutor  
org.camunda.bpm.container.impl.jmx.deployment.scanning  
org.camunda.bpm.container.impl.jmx.deployment.scanning.spi  
org.camunda.bpm.container.impl.jmx.deployment.util  
org.camunda.bpm.container.impl.jmx.kernel  
org.camunda.bpm.container.impl.jmx.services  
org.camunda.bpm.container.impl.jndi  
org.camunda.bpm.container.impl.metadata  
org.camunda.bpm.container.impl.metadata.spi  
org.camunda.bpm.container.impl.threading.se  
org.camunda.bpm.container.impl.tomcat  
org.camunda.bpm.container.impl.tomcat.deployment  
org.camunda.bpm.engine Public API of the camunda BPM engine.

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 Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService: Exposes information about ongoing and past process instances.
FormService: Access to form data and rendered forms for starting new process instances and completing tasks.
org.camunda.bpm.engine.authorization  
org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates.
org.camunda.bpm.engine.form Classes related to the FormService.
org.camunda.bpm.engine.history Classes related to the HistoryService.
org.camunda.bpm.engine.identity classes related to the IdentityService.
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.
org.camunda.bpm.engine.impl.ant  
org.camunda.bpm.engine.impl.application  
org.camunda.bpm.engine.impl.bpmn.behavior  
org.camunda.bpm.engine.impl.bpmn.deployer  
org.camunda.bpm.engine.impl.bpmn.diagram  
org.camunda.bpm.engine.impl.bpmn.helper  
org.camunda.bpm.engine.impl.bpmn.listener  
org.camunda.bpm.engine.impl.bpmn.parser  
org.camunda.bpm.engine.impl.calendar  
org.camunda.bpm.engine.impl.cfg  
org.camunda.bpm.engine.impl.cfg.auth  
org.camunda.bpm.engine.impl.cfg.jta  
org.camunda.bpm.engine.impl.cfg.standalone  
org.camunda.bpm.engine.impl.cmd  
org.camunda.bpm.engine.impl.context  
org.camunda.bpm.engine.impl.db  
org.camunda.bpm.engine.impl.db.upgrade  
org.camunda.bpm.engine.impl.delegate  
org.camunda.bpm.engine.impl.digest  
org.camunda.bpm.engine.impl.digest._apacheCommonsCodec The following classes are copied from Apache Commons Codec: Base64 StringUtils The classes are slightly modified to minimize imports.
org.camunda.bpm.engine.impl.el  
org.camunda.bpm.engine.impl.event  
org.camunda.bpm.engine.impl.form  
org.camunda.bpm.engine.impl.form.engine  
org.camunda.bpm.engine.impl.form.handler  
org.camunda.bpm.engine.impl.form.type  
org.camunda.bpm.engine.impl.form.validator  
org.camunda.bpm.engine.impl.history.event  
org.camunda.bpm.engine.impl.history.handler  
org.camunda.bpm.engine.impl.history.handler.refactor  
org.camunda.bpm.engine.impl.history.parser  
org.camunda.bpm.engine.impl.history.producer  
org.camunda.bpm.engine.impl.identity  
org.camunda.bpm.engine.impl.identity.db  
org.camunda.bpm.engine.impl.incident  
org.camunda.bpm.engine.impl.interceptor  
org.camunda.bpm.engine.impl.javax.el  
org.camunda.bpm.engine.impl.jobexecutor  
org.camunda.bpm.engine.impl.json Experimental: contains helpers to serialize all return values from the services into JSON.
org.camunda.bpm.engine.impl.juel  
org.camunda.bpm.engine.impl.mail  
org.camunda.bpm.engine.impl.persistence  
org.camunda.bpm.engine.impl.persistence.deploy  
org.camunda.bpm.engine.impl.persistence.entity  
org.camunda.bpm.engine.impl.persistence.entity.util  
org.camunda.bpm.engine.impl.plugin  
org.camunda.bpm.engine.impl.pvm  
org.camunda.bpm.engine.impl.pvm.delegate  
org.camunda.bpm.engine.impl.pvm.process  
org.camunda.bpm.engine.impl.pvm.runtime  
org.camunda.bpm.engine.impl.repository  
org.camunda.bpm.engine.impl.runtime  
org.camunda.bpm.engine.impl.scripting  
org.camunda.bpm.engine.impl.task  
org.camunda.bpm.engine.impl.test  
org.camunda.bpm.engine.impl.transformer  
org.camunda.bpm.engine.impl.util  
org.camunda.bpm.engine.impl.util.io  
org.camunda.bpm.engine.impl.util.json  
org.camunda.bpm.engine.impl.util.xml  
org.camunda.bpm.engine.impl.variable  
org.camunda.bpm.engine.management Classes related to the ManagementService.
org.camunda.bpm.engine.query Classes related to the querying entities in the engine.
org.camunda.bpm.engine.repository Classes related to the RepositoryService.
org.camunda.bpm.engine.runtime Classes related to the RuntimeService.
org.camunda.bpm.engine.task Classes related to the TaskService.
org.camunda.bpm.engine.test Helper classes for testing processes.
org.camunda.bpm.engine.test.mock  

 



Copyright © 2014 camunda services GmbH. All Rights Reserved.