Uses of Interface
org.camunda.bpm.engine.repository.DeploymentWithDefinitions
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService
.-
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionRepositoryServiceImpl.deployWithResult
(DeploymentBuilderImpl deploymentBuilder) -
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected DeploymentWithDefinitions
DeployCmd.doExecute
(CommandContext commandContext) DeployCmd.execute
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected List<? extends ProcessDefinition>
DeployCmd.getDeployedProcesses
(CommandContext commandContext, DeploymentWithDefinitions deployment) protected void
DeployCmd.scheduleProcessDefinitionActivation
(CommandContext commandContext, DeploymentWithDefinitions deployment) -
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeFieldDescriptionprotected DeploymentWithDefinitions
ProcessApplicationDeploymentImpl.deployment
ModifierConstructorDescriptionProcessApplicationDeploymentImpl
(DeploymentWithDefinitions deployment, ProcessApplicationRegistration registration) -
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.repository
-
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.repository
Modifier and TypeMethodDescriptionDeploymentBuilder.deployWithResult()
Deploys all provided sources to the process engine and returns the created deployment with the deployed definitions. -
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.rest.dto.repository
Modifier and TypeMethodDescriptionstatic DeploymentWithDefinitionsDto
DeploymentWithDefinitionsDto.fromDeployment
(DeploymentWithDefinitions deployment) -
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.rest.sub.repository.impl
Modifier and TypeMethodDescriptionprotected DeploymentWithDefinitions
DeploymentResourceImpl.tryToRedeploy
(RedeploymentDto redeployment)