Uses of Interface
org.camunda.bpm.engine.repository.Deployment
-
Packages that use Deployment 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 theManagementService
.org.camunda.bpm.engine.repository Classes related to theRepositoryService
.org.camunda.bpm.engine.rest.dto.repository org.camunda.bpm.engine.test Helper classes for testing processes. -
-
Uses of Deployment in org.camunda.bpm.cockpit.plugin.test
Methods in org.camunda.bpm.cockpit.plugin.test that return Deployment Modifier and Type Method Description Deployment
AbstractCockpitPluginTest. deploy(String... resources)
protected Deployment
AbstractCockpitPluginTest. deploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources)
Deployment
AbstractCockpitPluginTest. deployForTenant(String tenantId, String... resources)
-
Uses of Deployment in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type Deployment Modifier and Type Method Description 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 Modifier and Type Method Description 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 with parameters of type Deployment Modifier and Type Method Description protected void
DeployCmd. createUserOperationLog(DeploymentBuilderImpl deploymentBuilder, Deployment deployment, CommandContext commandContext)
protected void
DeployCmd. registerWithJobExecutor(CommandContext commandContext, Deployment deployment)
-
Uses of Deployment in org.camunda.bpm.engine.impl.cmmn.handler
Fields in org.camunda.bpm.engine.impl.cmmn.handler declared as Deployment Modifier and Type Field Description protected Deployment
CmmnHandlerContext. deployment
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return Deployment Modifier and Type Method Description Deployment
CmmnHandlerContext. getDeployment()
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type Deployment Modifier and Type Method Description 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 Modifier and Type Class Description class
DeploymentEntity
class
DeploymentStatisticsEntity
class
ProcessApplicationDeploymentImpl
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>
DeploymentManager. findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page)
-
Uses of Deployment in org.camunda.bpm.engine.impl.repository
Methods in org.camunda.bpm.engine.impl.repository that return Deployment Modifier and Type Method Description Deployment
DeploymentBuilderImpl. deploy()
-
Uses of Deployment in org.camunda.bpm.engine.management
Subinterfaces of Deployment in org.camunda.bpm.engine.management Modifier and Type Interface Description interface
DeploymentStatistics
-
Uses of Deployment in org.camunda.bpm.engine.repository
Subinterfaces of Deployment in org.camunda.bpm.engine.repository Modifier and Type Interface Description interface
DeploymentWithDefinitions
An extension of the deployment interface to expose the deployed definitions.interface
ProcessApplicationDeployment
Methods in org.camunda.bpm.engine.repository that return Deployment Modifier and Type Method Description Deployment
DeploymentBuilder. deploy()
Deploys all provided sources to the process engine and returns the created deployment. -
Uses of Deployment in org.camunda.bpm.engine.rest.dto.repository
Methods in org.camunda.bpm.engine.rest.dto.repository with parameters of type Deployment Modifier and Type Method Description static DeploymentDto
DeploymentDto. fromDeployment(Deployment deployment)
-
Uses of Deployment in org.camunda.bpm.engine.test
Methods in org.camunda.bpm.engine.test with parameters of type Deployment Modifier and Type Method Description void
ProcessEngineRule. manageDeployment(Deployment deployment)
-