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 DeploymentWithDefinitionsRepositoryServiceImpl. 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 DeploymentWithDefinitionsDeployCmd. doExecute(CommandContext commandContext)DeploymentWithDefinitionsDeployCmd. execute(CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentWithDefinitions Modifier and Type Method Description protected java.util.List<? extends ProcessDefinition>DeployCmd. getDeployedProcesses(CommandContext commandContext, DeploymentWithDefinitions deployment)protected voidDeployCmd. 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 classDeploymentEntityclassDeploymentStatisticsEntityclassProcessApplicationDeploymentImplFields in org.camunda.bpm.engine.impl.persistence.entity declared as DeploymentWithDefinitions Modifier and Type Field Description protected DeploymentWithDefinitionsProcessApplicationDeploymentImpl. deploymentConstructors 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 DeploymentWithDefinitionsDeploymentBuilderImpl. deployWithResult() -
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.repository
Subinterfaces of DeploymentWithDefinitions in org.camunda.bpm.engine.repository Modifier and Type Interface Description interfaceProcessApplicationDeploymentMethods in org.camunda.bpm.engine.repository that return DeploymentWithDefinitions Modifier and Type Method Description DeploymentWithDefinitionsDeploymentBuilder. 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 DeploymentWithDefinitionsDtoDeploymentWithDefinitionsDto. 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 DeploymentWithDefinitionsDeploymentResourceImpl. tryToRedeploy(RedeploymentDto redeployment)
-