Uses of Interface
org.camunda.bpm.engine.repository.DeploymentWithDefinitions
Packages that use 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
Methods in org.camunda.bpm.engine.impl that return DeploymentWithDefinitionsModifier and TypeMethodDescriptionRepositoryServiceImpl.deployWithResult
(DeploymentBuilderImpl deploymentBuilder) -
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return DeploymentWithDefinitionsModifier and TypeMethodDescriptionprotected DeploymentWithDefinitions
DeployCmd.doExecute
(CommandContext commandContext) DeployCmd.execute
(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentWithDefinitionsModifier 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
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DeploymentWithDefinitionsModifier and TypeClassDescriptionclass
class
class
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as DeploymentWithDefinitionsModifier and TypeFieldDescriptionprotected DeploymentWithDefinitions
ProcessApplicationDeploymentImpl.deployment
Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentWithDefinitionsModifierConstructorDescriptionProcessApplicationDeploymentImpl
(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 -
Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.repository
Subinterfaces of DeploymentWithDefinitions in org.camunda.bpm.engine.repositoryMethods in org.camunda.bpm.engine.repository that return DeploymentWithDefinitionsModifier 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
Methods in org.camunda.bpm.engine.rest.dto.repository with parameters of type DeploymentWithDefinitionsModifier and TypeMethodDescriptionstatic 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 DeploymentWithDefinitionsModifier and TypeMethodDescriptionprotected DeploymentWithDefinitions
DeploymentResourceImpl.tryToRedeploy
(RedeploymentDto redeployment)