camunda BPM - Release Root 7.0.5-ee API

Packages 
Package Description
org.camunda.bpm  
org.camunda.bpm.admin.impl.web  
org.camunda.bpm.application  
org.camunda.bpm.application.impl  
org.camunda.bpm.application.impl.ejb  
org.camunda.bpm.application.impl.event  
org.camunda.bpm.application.impl.metadata  
org.camunda.bpm.application.impl.metadata.spi  
org.camunda.bpm.application.impl.web  
org.camunda.bpm.cockpit  
org.camunda.bpm.cockpit.db  
org.camunda.bpm.cockpit.impl  
org.camunda.bpm.cockpit.impl.db  
org.camunda.bpm.cockpit.impl.plugin  
org.camunda.bpm.cockpit.impl.plugin.base  
org.camunda.bpm.cockpit.impl.plugin.base.dto  
org.camunda.bpm.cockpit.impl.plugin.base.dto.query  
org.camunda.bpm.cockpit.impl.plugin.base.resources  
org.camunda.bpm.cockpit.impl.plugin.base.sub.resources  
org.camunda.bpm.cockpit.impl.web  
org.camunda.bpm.cockpit.impl.web.bootstrap  
org.camunda.bpm.cockpit.impl.web.filter.plugin  
org.camunda.bpm.cockpit.plugin  
org.camunda.bpm.cockpit.plugin.resource  
org.camunda.bpm.cockpit.plugin.spi  
org.camunda.bpm.cockpit.plugin.spi.impl  
org.camunda.bpm.cockpit.plugin.test  
org.camunda.bpm.cockpit.rest.dto  
org.camunda.bpm.cockpit.service  
org.camunda.bpm.container  
org.camunda.bpm.container.impl.ejb  
org.camunda.bpm.container.impl.ejb.deployment  
org.camunda.bpm.container.impl.jboss.config  
org.camunda.bpm.container.impl.jboss.deployment.marker  
org.camunda.bpm.container.impl.jboss.deployment.processor  
org.camunda.bpm.container.impl.jboss.extension  
org.camunda.bpm.container.impl.jboss.extension.handler  
org.camunda.bpm.container.impl.jboss.extension.resource  
org.camunda.bpm.container.impl.jboss.service  
org.camunda.bpm.container.impl.jboss.util  
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.ra  
org.camunda.bpm.container.impl.threading.ra.commonj  
org.camunda.bpm.container.impl.threading.ra.inflow  
org.camunda.bpm.container.impl.threading.ra.outbound  
org.camunda.bpm.container.impl.threading.se  
org.camunda.bpm.container.impl.tomcat  
org.camunda.bpm.container.impl.tomcat.deployment  
org.camunda.bpm.cycle  
org.camunda.bpm.cycle.aspect  
org.camunda.bpm.cycle.configuration  
org.camunda.bpm.cycle.connector  
org.camunda.bpm.cycle.connector.crypt  
org.camunda.bpm.cycle.connector.signavio  
org.camunda.bpm.cycle.connector.svn  
org.camunda.bpm.cycle.connector.util  
org.camunda.bpm.cycle.connector.vfs  
org.camunda.bpm.cycle.entity  
org.camunda.bpm.cycle.exception  
org.camunda.bpm.cycle.repository  
org.camunda.bpm.cycle.roundtrip  
org.camunda.bpm.cycle.security  
org.camunda.bpm.cycle.service.mail  
org.camunda.bpm.cycle.service.mail.spi  
org.camunda.bpm.cycle.util  
org.camunda.bpm.cycle.web  
org.camunda.bpm.cycle.web.dto
Classes meant for JSON serialization and query data aggregation.
org.camunda.bpm.cycle.web.filter  
org.camunda.bpm.cycle.web.jaxrs.ext  
org.camunda.bpm.cycle.web.service  
org.camunda.bpm.cycle.web.service.resource  
org.camunda.bpm.cycle.web.service.test  
org.camunda.bpm.engine
Public API of the Activiti engine.

Typical usage of the API starts by the creation of a org.activiti.engine.ProcessEngineConfiguration (typically based on a configuration file), from which a org.activiti.engine.ProcessEngine can be obtained.

Through the services obtained from such a org.activiti.engine.ProcessEngine, BPM and workflow operation can be executed:

org.activiti.engine.RepositoryService: Manages org.activiti.engine.repository.Deployments
org.activiti.engine.RuntimeService: For starting and searching org.activiti.engine.runtime.ProcessInstances
org.activiti.engine.TaskService: Exposes operations to manage human (standalone) org.activiti.engine.task.Tasks, such as claiming, completing and assigning tasks
org.activiti.engine.IdentityService: Used for managing org.activiti.engine.identity.Users, org.activiti.engine.identity.Groups and the relations between them
org.activiti.engine.ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime exection of business processes
org.activiti.engine.HistoryService: Exposes information about ongoing and past process instances.
org.activiti.engine.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.cdi  
org.camunda.bpm.engine.cdi.annotation  
org.camunda.bpm.engine.cdi.annotation.event  
org.camunda.bpm.engine.cdi.compat  
org.camunda.bpm.engine.cdi.impl  
org.camunda.bpm.engine.cdi.impl.annotation  
org.camunda.bpm.engine.cdi.impl.context  
org.camunda.bpm.engine.cdi.impl.el  
org.camunda.bpm.engine.cdi.impl.event  
org.camunda.bpm.engine.cdi.impl.util  
org.camunda.bpm.engine.cdi.jsf  
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 org.activiti.engine.FormService.
org.camunda.bpm.engine.history
Classes related to the org.activiti.engine.HistoryService.
org.camunda.bpm.engine.identity
classes related to the org.activiti.engine.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.data  
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.bpmn.webservice  
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:
org.camunda.bpm.engine.impl.el  
org.camunda.bpm.engine.impl.event  
org.camunda.bpm.engine.impl.form  
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.jobexecutor.tobemerged  
org.camunda.bpm.engine.impl.jobexecutor.tobemerged.spi  
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.rules  
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.impl.webservice  
org.camunda.bpm.engine.management
Classes related to the org.activiti.engine.ManagementService.
org.camunda.bpm.engine.osgi  
org.camunda.bpm.engine.osgi.blueprint  
org.camunda.bpm.engine.query
Classes related to the querying entities in the engine.
org.camunda.bpm.engine.repository
Classes related to the org.activiti.engine.RepositoryService.
org.camunda.bpm.engine.rest  
org.camunda.bpm.engine.rest.dto  
org.camunda.bpm.engine.rest.dto.authorization  
org.camunda.bpm.engine.rest.dto.converter  
org.camunda.bpm.engine.rest.dto.history  
org.camunda.bpm.engine.rest.dto.identity  
org.camunda.bpm.engine.rest.dto.message  
org.camunda.bpm.engine.rest.dto.repository  
org.camunda.bpm.engine.rest.dto.runtime  
org.camunda.bpm.engine.rest.dto.task  
org.camunda.bpm.engine.rest.exception  
org.camunda.bpm.engine.rest.filter  
org.camunda.bpm.engine.rest.history  
org.camunda.bpm.engine.rest.impl  
org.camunda.bpm.engine.rest.impl.application  
org.camunda.bpm.engine.rest.impl.history  
org.camunda.bpm.engine.rest.mapper  
org.camunda.bpm.engine.rest.security.auth  
org.camunda.bpm.engine.rest.security.auth.impl  
org.camunda.bpm.engine.rest.spi  
org.camunda.bpm.engine.rest.spi.impl  
org.camunda.bpm.engine.rest.sub  
org.camunda.bpm.engine.rest.sub.authorization  
org.camunda.bpm.engine.rest.sub.authorization.impl  
org.camunda.bpm.engine.rest.sub.identity  
org.camunda.bpm.engine.rest.sub.identity.impl  
org.camunda.bpm.engine.rest.sub.impl  
org.camunda.bpm.engine.rest.sub.repository  
org.camunda.bpm.engine.rest.sub.runtime  
org.camunda.bpm.engine.rest.sub.runtime.impl  
org.camunda.bpm.engine.rest.sub.task  
org.camunda.bpm.engine.rest.sub.task.impl  
org.camunda.bpm.engine.rest.util  
org.camunda.bpm.engine.runtime
Classes related to the org.activiti.engine.RuntimeService.
org.camunda.bpm.engine.spring  
org.camunda.bpm.engine.spring.annotations  
org.camunda.bpm.engine.spring.application  
org.camunda.bpm.engine.spring.components  
org.camunda.bpm.engine.spring.components.aop  
org.camunda.bpm.engine.spring.components.aop.util  
org.camunda.bpm.engine.spring.components.config.xml  
org.camunda.bpm.engine.spring.components.jobexecutor  
org.camunda.bpm.engine.spring.components.registry  
org.camunda.bpm.engine.spring.components.scope  
org.camunda.bpm.engine.spring.container  
org.camunda.bpm.engine.spring.impl.test  
org.camunda.bpm.engine.task
Classes related to the org.activiti.engine.TaskService.
org.camunda.bpm.engine.test
Helper classes for testing processes.
org.camunda.bpm.engine.test.mock  
org.camunda.bpm.example  
org.camunda.bpm.example.invoice  
org.camunda.bpm.example.invoice.service  
org.camunda.bpm.example.wait.states  
org.camunda.bpm.example.wait.states.listener  
org.camunda.bpm.example.wait.states.service  
org.camunda.bpm.identity.impl.ldap  
org.camunda.bpm.identity.impl.ldap.plugin  
org.camunda.bpm.identity.impl.ldap.util  
org.camunda.bpm.security  
org.camunda.bpm.security.aspect  
org.camunda.bpm.security.jaas  
org.camunda.bpm.security.service  
org.camunda.bpm.security.web  
org.camunda.bpm.security.web.jaxrs  
org.camunda.bpm.security.web.util  
org.camunda.bpm.web  
org.camunda.bpm.webapp.impl.engine  
org.camunda.bpm.webapp.impl.filter  
org.camunda.bpm.webapp.impl.security  
org.camunda.bpm.webapp.impl.security.auth  
org.camunda.bpm.webapp.impl.security.filter  
org.camunda.bpm.webapp.impl.security.filter.util  

Copyright © 2015. All rights reserved.