Uses of Package
org.camunda.bpm.model.bpmn
-
Packages that use org.camunda.bpm.model.bpmn Package Description org.camunda.bpm.cockpit.plugin.test org.camunda.bpm.engine Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration
(typically based on a configuration file), from which aProcessEngine
can be obtained.
Through the services obtained from such aProcessEngine
, BPM and workflow operation can be executed:
RepositoryService
: ManagesDeployment
s
RuntimeService
: For starting and searchingProcessInstance
s
TaskService
: Exposes operations to manage human (standalone)Task
s, such as claiming, completing and assigning tasks
IdentityService
: Used for managingUser
s,Group
s 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.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegate
s.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.persistence.deploy.cache org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.pvm.runtime org.camunda.bpm.engine.impl.repository org.camunda.bpm.engine.impl.test org.camunda.bpm.engine.repository Classes related to theRepositoryService
.org.camunda.bpm.model.bpmn org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance org.camunda.bpm.qa.performance.engine.loadgenerator.tasks org.camunda.bpm.qa.rolling.update.scenarios.timestamp org.camunda.bpm.qa.upgrade.timestamp -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.cockpit.plugin.test Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.delegate Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.impl Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.impl.cmd Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.impl.persistence.deploy.cache Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.impl.persistence.entity Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.impl.pvm.runtime Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.impl.repository Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.impl.test Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.engine.repository Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.model.bpmn Class Description AssociationDirection The BPMN tAssociationDirection typeBpmn Provides access to the camunda BPMN model api.BpmnModelInstance A BPMN 2.0 ModelEventBasedGatewayType The BPMN tEventBasedGatewayType simpleTypeGatewayDirection The BPMN tGatewayDirection simpleTypeItemKind The BPMN tItemKind simple typeMultiInstanceFlowCondition The BPMN 2.0 tMultiInstanceFlowCondition simple typeProcessType The BPMN tProcessType simple typeQuery RelationshipDirection The BPMN tRelationshipDirection typeTransactionMethod -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.model.bpmn.builder Class Description BpmnModelInstance A BPMN 2.0 ModelEventBasedGatewayType The BPMN tEventBasedGatewayType simpleTypeGatewayDirection The BPMN tGatewayDirection simpleTypeProcessType The BPMN tProcessType simple typeTransactionMethod -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.model.bpmn.impl Class Description BpmnModelInstance A BPMN 2.0 ModelQuery -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.model.bpmn.impl.instance Class Description AssociationDirection The BPMN tAssociationDirection typeEventBasedGatewayType The BPMN tEventBasedGatewayType simpleTypeGatewayDirection The BPMN tGatewayDirection simpleTypeItemKind The BPMN tItemKind simple typeMultiInstanceFlowCondition The BPMN 2.0 tMultiInstanceFlowCondition simple typeProcessType The BPMN tProcessType simple typeQuery RelationshipDirection The BPMN tRelationshipDirection typeTransactionMethod -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.model.bpmn.instance Class Description AssociationDirection The BPMN tAssociationDirection typeEventBasedGatewayType The BPMN tEventBasedGatewayType simpleTypeGatewayDirection The BPMN tGatewayDirection simpleTypeItemKind The BPMN tItemKind simple typeMultiInstanceFlowCondition The BPMN 2.0 tMultiInstanceFlowCondition simple typeProcessType The BPMN tProcessType simple typeQuery RelationshipDirection The BPMN tRelationshipDirection typeTransactionMethod -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.qa.performance.engine.loadgenerator.tasks Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.qa.rolling.update.scenarios.timestamp Class Description BpmnModelInstance A BPMN 2.0 Model -
Classes in org.camunda.bpm.model.bpmn used by org.camunda.bpm.qa.upgrade.timestamp Class Description BpmnModelInstance A BPMN 2.0 Model