|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Deployment | |
|---|---|
| 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. |
| Uses of Deployment in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl that return Deployment | |
|---|---|
Deployment |
RepositoryServiceImpl.deploy(DeploymentBuilderImpl deploymentBuilder)
|
| Methods in org.camunda.bpm.engine.impl that return types with arguments of type Deployment | |
|---|---|
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext,
Page page)
|
| Uses of Deployment in org.camunda.bpm.engine.impl.cfg.auth |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type Deployment | |
|---|---|
AuthorizationEntity[] |
DefaultAuthorizationProvider.newDeployment(Deployment deployment)
|
AuthorizationEntity[] |
ResourceAuthorizationProvider.newDeployment(Deployment deployment)
Invoked whenever a new deployment is created |
| Uses of Deployment in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return Deployment | |
|---|---|
protected Deployment |
DeployCmd.doExecute(CommandContext commandContext)
|
Deployment |
DeployCmd.execute(CommandContext commandContext)
|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type Deployment | |
|---|---|
protected void |
DeployCmd.createUserOperationLog(DeploymentBuilderImpl deploymentBuilder,
Deployment deployment,
CommandContext commandContext)
|
| Uses of Deployment in org.camunda.bpm.engine.impl.cmmn.handler |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.handler declared as Deployment | |
|---|---|
protected Deployment |
CmmnHandlerContext.deployment
|
| Methods in org.camunda.bpm.engine.impl.cmmn.handler that return Deployment | |
|---|---|
Deployment |
CmmnHandlerContext.getDeployment()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type Deployment | |
|---|---|
void |
CmmnHandlerContext.setDeployment(Deployment deployment)
|
| Uses of Deployment in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Deployment | |
|---|---|
class |
DeploymentEntity
|
class |
DeploymentStatisticsEntity
|
class |
ProcessApplicationDeploymentImpl
|
| Fields in org.camunda.bpm.engine.impl.persistence.entity declared as Deployment | |
|---|---|
protected Deployment |
ProcessApplicationDeploymentImpl.deployment
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Deployment | |
|---|---|
List<Deployment> |
DeploymentManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page)
|
| Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type Deployment | |
|---|---|
ProcessApplicationDeploymentImpl(Deployment deployment,
ProcessApplicationRegistration registration)
|
|
| Uses of Deployment in org.camunda.bpm.engine.impl.repository |
|---|
| Methods in org.camunda.bpm.engine.impl.repository that return Deployment | |
|---|---|
Deployment |
DeploymentBuilderImpl.deploy()
|
| Uses of Deployment in org.camunda.bpm.engine.management |
|---|
| Subinterfaces of Deployment in org.camunda.bpm.engine.management | |
|---|---|
interface |
DeploymentStatistics
|
| Uses of Deployment in org.camunda.bpm.engine.repository |
|---|
| Subinterfaces of Deployment in org.camunda.bpm.engine.repository | |
|---|---|
interface |
ProcessApplicationDeployment
|
| Methods in org.camunda.bpm.engine.repository that return Deployment | |
|---|---|
Deployment |
DeploymentBuilder.deploy()
Deploys all provided sources to the process engine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||