| Package | Description | 
|---|---|
| org.camunda.bpm.cockpit.plugin.test | |
| org.camunda.bpm.engine.impl | 
 API implementation classes, which shouldn't directly be used by end-users. 
 | 
| org.camunda.bpm.engine.impl.cfg.auth | |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.cmmn.handler | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.repository | |
| org.camunda.bpm.engine.management | 
 Classes related to the  
ManagementService. | 
| org.camunda.bpm.engine.repository | 
 Classes related to the  
RepositoryService. | 
| org.camunda.bpm.engine.rest.dto.repository | |
| org.camunda.bpm.engine.test | 
 Helper classes for testing processes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Deployment | 
AbstractCockpitPluginTest.deploy(DeploymentBuilder deploymentBuilder,
      List<BpmnModelInstance> bpmnModelInstances,
      List<String> resources)  | 
Deployment | 
AbstractCockpitPluginTest.deploy(String... resources)  | 
Deployment | 
AbstractCockpitPluginTest.deployForTenant(String tenantId,
               String... resources)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Deployment> | 
DeploymentQueryImpl.executeList(CommandContext commandContext,
           Page page)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthorizationEntity[] | 
DefaultAuthorizationProvider.newDeployment(Deployment deployment)  | 
AuthorizationEntity[] | 
ResourceAuthorizationProvider.newDeployment(Deployment deployment)
Invoked whenever a new deployment is created 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DeployCmd.createUserOperationLog(DeploymentBuilderImpl deploymentBuilder,
                      Deployment deployment,
                      CommandContext commandContext)  | 
protected void | 
DeployCmd.registerWithJobExecutor(CommandContext commandContext,
                       Deployment deployment)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Deployment | 
CmmnHandlerContext.deployment  | 
| Modifier and Type | Method and Description | 
|---|---|
Deployment | 
CmmnHandlerContext.getDeployment()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CmmnHandlerContext.setDeployment(Deployment deployment)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeploymentEntity  | 
class  | 
DeploymentStatisticsEntity  | 
class  | 
ProcessApplicationDeploymentImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Deployment> | 
DeploymentManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
                              Page page)  | 
| Modifier and Type | Method and Description | 
|---|---|
Deployment | 
DeploymentBuilderImpl.deploy()  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DeploymentStatistics  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DeploymentWithDefinitions
An extension of the deployment interface to expose the deployed definitions. 
 | 
interface  | 
ProcessApplicationDeployment  | 
| Modifier and Type | Method and Description | 
|---|---|
Deployment | 
DeploymentBuilder.deploy()
Deploys all provided sources to the process engine and returns the created deployment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DeploymentDto | 
DeploymentDto.fromDeployment(Deployment deployment)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessEngineRule.manageDeployment(Deployment deployment)  | 
Copyright © 2019. All rights reserved.