| Package | Description |
|---|---|
| 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.entity | |
| org.camunda.bpm.engine.impl.repository | |
| org.camunda.bpm.engine.repository |
Classes related to the
RepositoryService. |
| org.camunda.bpm.engine.rest.dto.repository | |
| org.camunda.bpm.engine.rest.sub.repository.impl |
| Modifier and Type | Method and Description |
|---|---|
DeploymentWithDefinitions |
RepositoryServiceImpl.deployWithResult(DeploymentBuilderImpl deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected DeploymentWithDefinitions |
DeployCmd.doExecute(CommandContext commandContext) |
DeploymentWithDefinitions |
DeployCmd.execute(CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentEntity |
class |
DeploymentStatisticsEntity |
class |
ProcessApplicationDeploymentImpl |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentWithDefinitions |
ProcessApplicationDeploymentImpl.deployment |
| Constructor and Description |
|---|
ProcessApplicationDeploymentImpl(DeploymentWithDefinitions deployment,
ProcessApplicationRegistration registration) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentWithDefinitions |
DeploymentBuilderImpl.deployWithResult() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessApplicationDeployment |
| Modifier and Type | Method and Description |
|---|---|
DeploymentWithDefinitions |
DeploymentBuilder.deployWithResult()
Deploys all provided sources to the process engine and returns the created deployment with the deployed definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.fromDeployment(DeploymentWithDefinitions deployment) |
| Modifier and Type | Method and Description |
|---|---|
protected DeploymentWithDefinitions |
DeploymentResourceImpl.tryToRedeploy(RedeploymentDto redeployment) |
Copyright © 2022. All rights reserved.