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.management |
Classes related to the
ManagementService . |
org.camunda.bpm.engine.repository |
Classes related to the
RepositoryService . |
Modifier and Type | Method and Description |
---|---|
Deployment |
RepositoryServiceImpl.deploy(DeploymentBuilderImpl deploymentBuilder) |
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeployCmd.execute(CommandContext commandContext) |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentEntity |
class |
DeploymentStatisticsEntity |
class |
ProcessApplicationDeploymentImpl |
Modifier and Type | Field and Description |
---|---|
protected Deployment |
ProcessApplicationDeploymentImpl.deployment |
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
DeploymentManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page) |
Constructor and Description |
---|
ProcessApplicationDeploymentImpl(Deployment deployment,
ProcessApplicationRegistration registration) |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentBuilderImpl.deploy() |
Modifier and Type | Interface and Description |
---|---|
interface |
DeploymentStatistics |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessApplicationDeployment |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentBuilder.deploy()
Deploys all provided sources to the process engine.
|
Copyright © 2015. All rights reserved.