Uses of Package
org.camunda.bpm.engine.repository

Packages that use org.camunda.bpm.engine.repository
org.camunda.bpm.application   
org.camunda.bpm.container.impl.deployment   
org.camunda.bpm.container.impl.deployment.util   
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.form Classes related to the FormService
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.application   
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.bpmn.diagram   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cfg.auth   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.cmd   
org.camunda.bpm.engine.impl.cmmn.entity.repository   
org.camunda.bpm.engine.impl.cmmn.handler   
org.camunda.bpm.engine.impl.dmn.cmd   
org.camunda.bpm.engine.impl.dmn.entity.repository   
org.camunda.bpm.engine.impl.dmn.invocation   
org.camunda.bpm.engine.impl.form   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.jobexecutor   
org.camunda.bpm.engine.impl.persistence.deploy   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.repository   
org.camunda.bpm.engine.impl.test   
org.camunda.bpm.engine.impl.util   
org.camunda.bpm.engine.management Classes related to the ManagementService
org.camunda.bpm.engine.repository Classes related to the RepositoryService
org.camunda.bpm.engine.test Helper classes for testing processes. 
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.application
DeploymentBuilder
          Builder for creating new deployments.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.container.impl.deployment
ProcessApplicationDeployment
           
ProcessApplicationDeploymentBuilder
          Builder for a ProcessApplication deployment
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.container.impl.deployment.util
ProcessApplicationDeployment
           
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine
CaseDefinition
           
CaseDefinitionQuery
           
DecisionDefinition
          Definition of a decision resource
DecisionDefinitionQuery
           
DeploymentBuilder
          Builder for creating new deployments.
DeploymentQuery
          Allows programmatic querying of Deployments.
DiagramLayout
          Stores a two-dimensional graph layout.
ProcessApplicationDeploymentBuilder
          Builder for a ProcessApplication deployment
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
ProcessDefinitionQuery
          Allows programmatic querying of ProcessDefinitions.
Resource
           
UpdateProcessDefinitionSuspensionStateSelectBuilder
          Fluent builder to update the suspension state of process definitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.form
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl
CaseDefinition
           
CaseDefinitionQuery
           
DecisionDefinition
          Definition of a decision resource
DecisionDefinitionQuery
           
Deployment
          Represents a deployment that is already present in the process repository.
DeploymentBuilder
          Builder for creating new deployments.
DeploymentQuery
          Allows programmatic querying of Deployments.
DiagramLayout
          Stores a two-dimensional graph layout.
ProcessApplicationDeploymentBuilder
          Builder for a ProcessApplication deployment
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
ProcessDefinitionQuery
          Allows programmatic querying of ProcessDefinitions.
Resource
           
UpdateProcessDefinitionSuspensionStateSelectBuilder
          Fluent builder to update the suspension state of process definitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.application
CaseDefinition
           
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.bpmn.deployer
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.bpmn.diagram
DiagramElement
          Represents a diagram node.
DiagramLayout
          Stores a two-dimensional graph layout.
DiagramNode
          Stores position and dimensions of a diagram node.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.bpmn.parser
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.cfg
CaseDefinition
           
DecisionDefinition
          Definition of a decision resource
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.cfg.auth
CaseDefinition
           
DecisionDefinition
          Definition of a decision resource
Deployment
          Represents a deployment that is already present in the process repository.
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.cfg.multitenancy
CaseDefinition
           
DecisionDefinition
          Definition of a decision resource
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.cmd
Deployment
          Represents a deployment that is already present in the process repository.
DiagramLayout
          Stores a two-dimensional graph layout.
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.cmmn.cmd
CaseDefinition
           
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.cmmn.entity.repository
CaseDefinition
           
CaseDefinitionQuery
           
ResourceDefinition
          Definition of a resource which was deployed
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.cmmn.handler
Deployment
          Represents a deployment that is already present in the process repository.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.dmn.cmd
DecisionDefinition
          Definition of a decision resource
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.dmn.entity.repository
DecisionDefinition
          Definition of a decision resource
DecisionDefinitionQuery
           
ResourceDefinition
          Definition of a resource which was deployed
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.dmn.invocation
DecisionDefinition
          Definition of a decision resource
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.form
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.history.producer
DecisionDefinition
          Definition of a decision resource
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.jobexecutor
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.persistence.deploy
DecisionDefinition
          Definition of a decision resource
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.persistence.entity
Deployment
          Represents a deployment that is already present in the process repository.
ProcessApplicationDeployment
           
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
Resource
           
ResourceDefinition
          Definition of a resource which was deployed
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.repository
Deployment
          Represents a deployment that is already present in the process repository.
DeploymentBuilder
          Builder for creating new deployments.
ProcessApplicationDeployment
           
ProcessApplicationDeploymentBuilder
          Builder for a ProcessApplication deployment
ResourceDefinition
          Definition of a resource which was deployed
UpdateProcessDefinitionSuspensionStateBuilder
          Fluent builder to update the suspension state of process definitions.
UpdateProcessDefinitionSuspensionStateSelectBuilder
          Fluent builder to update the suspension state of process definitions.
UpdateProcessDefinitionSuspensionStateTenantBuilder
          Fluent builder to update the suspension state of process definitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.test
DeploymentBuilder
          Builder for creating new deployments.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.impl.util
DecisionDefinition
          Definition of a decision resource
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.management
Deployment
          Represents a deployment that is already present in the process repository.
ProcessDefinition
          An object structure representing an executable process composed of activities and transitions.
ResourceDefinition
          Definition of a resource which was deployed
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.repository
CaseDefinitionQuery
           
DecisionDefinitionQuery
           
Deployment
          Represents a deployment that is already present in the process repository.
DeploymentBuilder
          Builder for creating new deployments.
DeploymentQuery
          Allows programmatic querying of Deployments.
DiagramEdge
          Stores waypoints of a diagram edge.
DiagramEdgeWaypoint
          Stores the position of a waypoint of a diagram edge.
DiagramElement
          Represents a diagram node.
DiagramNode
          Stores position and dimensions of a diagram node.
ProcessApplicationDeployment
           
ProcessApplicationDeploymentBuilder
          Builder for a ProcessApplication deployment
ProcessDefinitionQuery
          Allows programmatic querying of ProcessDefinitions.
ResourceDefinition
          Definition of a resource which was deployed
ResumePreviousBy
          Contains the constants for the possible values the property ProcessApplicationDeploymentBuilder.resumePreviousVersionsBy(String).
UpdateProcessDefinitionSuspensionStateBuilder
          Fluent builder to update the suspension state of process definitions.
UpdateProcessDefinitionSuspensionStateTenantBuilder
          Fluent builder to update the suspension state of process definitions.
 

Classes in org.camunda.bpm.engine.repository used by org.camunda.bpm.engine.test
Deployment
          Represents a deployment that is already present in the process repository.
 



Copyright © 2016 camunda services GmbH. All rights reserved.