Uses of Interface
org.camunda.bpm.engine.repository.Deployment
Packages that use 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
Methods in org.camunda.bpm.cockpit.plugin.test that return DeploymentModifier 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
Methods in org.camunda.bpm.engine.impl that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentQueryImpl.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 DeploymentModifier 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
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentModifier 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
Fields in org.camunda.bpm.engine.impl.cmmn.handler declared as DeploymentMethods in org.camunda.bpm.engine.impl.cmmn.handler that return DeploymentMethods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type Deployment -
Uses of Deployment in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DeploymentModifier and TypeClassDescriptionclass
class
class
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentManager.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 -
Uses of Deployment in org.camunda.bpm.engine.management
Subinterfaces of Deployment in org.camunda.bpm.engine.management -
Uses of Deployment in org.camunda.bpm.engine.repository
Subinterfaces of Deployment in org.camunda.bpm.engine.repositoryModifier and TypeInterfaceDescriptioninterface
An extension of the deployment interface to expose the deployed definitions.interface
Methods in org.camunda.bpm.engine.repository that return DeploymentModifier 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
Methods in org.camunda.bpm.engine.rest.dto.repository with parameters of type DeploymentModifier and TypeMethodDescriptionstatic 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 -
Uses of Deployment in org.camunda.bpm.engine.test.junit5
Methods in org.camunda.bpm.engine.test.junit5 with parameters of type Deployment