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.repository |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitions |
RepositoryServiceImpl.deployWithResult(DeploymentBuilderImpl deploymentBuilder) |
Modifier and Type | Field and Description |
---|---|
protected DeploymentBuilderImpl |
DeployCmd.deploymentBuilder |
Modifier and Type | Method and Description |
---|---|
protected void |
DeployCmd.addResources(List<ResourceEntity> resources,
DeploymentBuilderImpl deploymentBuilder) |
protected void |
DeployCmd.createUserOperationLog(DeploymentBuilderImpl deploymentBuilder,
Deployment deployment,
CommandContext commandContext) |
protected Set<String> |
DeployCmd.getAllDeploymentIds(DeploymentBuilderImpl deploymentBuilder) |
protected List<ResourceEntity> |
DeployCmd.getResources(DeploymentBuilderImpl deploymentBuilder,
CommandContext commandContext) |
protected void |
DeployCmd.setDeploymentName(String deploymentId,
DeploymentBuilderImpl deploymentBuilder,
CommandContext commandContext) |
Constructor and Description |
---|
DeployCmd(DeploymentBuilderImpl deploymentBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessApplicationDeploymentBuilderImpl |
Copyright © 2019. All rights reserved.