Uses of Interface
org.camunda.bpm.engine.repository.DeploymentWithDefinitions
-
Packages that use DeploymentWithDefinitions Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.repository org.camunda.bpm.engine.repository Classes related to theRepositoryService
.org.camunda.bpm.engine.rest.dto.repository org.camunda.bpm.engine.rest.sub.repository.impl -
-
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return DeploymentWithDefinitions Modifier and Type Method Description DeploymentWithDefinitions
RepositoryServiceImpl. deployWithResult(DeploymentBuilderImpl deploymentBuilder)
-
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return DeploymentWithDefinitions Modifier and Type Method Description protected DeploymentWithDefinitions
DeployCmd. doExecute(CommandContext commandContext)
DeploymentWithDefinitions
DeployCmd. execute(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentWithDefinitions Modifier and Type Method Description protected 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
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DeploymentWithDefinitions Modifier and Type Class Description class
DeploymentEntity
class
DeploymentStatisticsEntity
class
ProcessApplicationDeploymentImpl
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as DeploymentWithDefinitions Modifier and Type Field Description protected DeploymentWithDefinitions
ProcessApplicationDeploymentImpl. deployment
Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentWithDefinitions Constructor Description ProcessApplicationDeploymentImpl(DeploymentWithDefinitions deployment, ProcessApplicationRegistration registration)
-
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.repository
Methods in org.camunda.bpm.engine.impl.repository that return DeploymentWithDefinitions Modifier and Type Method Description DeploymentWithDefinitions
DeploymentBuilderImpl. deployWithResult()
-
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.repository
Subinterfaces of DeploymentWithDefinitions in org.camunda.bpm.engine.repository Modifier and Type Interface Description interface
ProcessApplicationDeployment
Methods in org.camunda.bpm.engine.repository that return DeploymentWithDefinitions Modifier and Type Method Description DeploymentWithDefinitions
DeploymentBuilder. 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
Methods in org.camunda.bpm.engine.rest.dto.repository with parameters of type DeploymentWithDefinitions Modifier and Type Method Description static DeploymentWithDefinitionsDto
DeploymentWithDefinitionsDto. fromDeployment(DeploymentWithDefinitions deployment)
-
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return DeploymentWithDefinitions Modifier and Type Method Description protected DeploymentWithDefinitions
DeploymentResourceImpl. tryToRedeploy(RedeploymentDto redeployment)
-