Uses of Interface
org.camunda.bpm.engine.repository.Deployment
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
ManagementService
.Classes related to the
RepositoryService
.Helper classes for testing processes.
-
Uses of Deployment in org.camunda.bpm.cockpit.plugin.test
Modifier and TypeMethodDescriptionprotected Deployment
AbstractCockpitPluginTest.deploy
(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) AbstractCockpitPluginTest.deployForTenant
(String tenantId, String... resources) -
Uses of Deployment in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionDeploymentQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of Deployment in org.camunda.bpm.engine.impl.cfg.auth
Modifier and TypeMethodDescriptionDefaultAuthorizationProvider.newDeployment
(Deployment deployment) ResourceAuthorizationProvider.newDeployment
(Deployment deployment) Invoked whenever a new deployment is created -
Uses of Deployment in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected 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
-
Uses of Deployment in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionDeploymentManager.findDeploymentsByQueryCriteria
(DeploymentQueryImpl deploymentQuery, Page page) -
Uses of Deployment in org.camunda.bpm.engine.impl.repository
-
Uses of Deployment in org.camunda.bpm.engine.management
-
Uses of Deployment in org.camunda.bpm.engine.repository
Modifier and TypeInterfaceDescriptioninterface
An extension of the deployment interface to expose the deployed definitions.interface
Modifier and TypeMethodDescriptionDeploymentBuilder.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
Modifier and TypeMethodDescriptionstatic DeploymentDto
DeploymentDto.fromDeployment
(Deployment deployment) -
Uses of Deployment in org.camunda.bpm.engine.test
-
Uses of Deployment in org.camunda.bpm.engine.test.junit5