Uses of Interface
org.camunda.bpm.engine.repository.CandidateDeployment
-
Packages that use CandidateDeployment Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.repository org.camunda.bpm.engine.repository Classes related to theRepositoryService
. -
-
Uses of CandidateDeployment in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CandidateDeployment Modifier and Type Method Description protected ProcessApplicationRegistration
DeployCmd. registerProcessApplication(CommandContext commandContext, DeploymentEntity deploymentToRegister, CandidateDeployment candidateDeployment, Collection ignoredResources)
-
Uses of CandidateDeployment in org.camunda.bpm.engine.impl.repository
Classes in org.camunda.bpm.engine.impl.repository that implement CandidateDeployment Modifier and Type Class Description class
CandidateDeploymentImpl
Methods in org.camunda.bpm.engine.impl.repository with parameters of type CandidateDeployment Modifier and Type Method Description Set<String>
DefaultDeploymentHandler. determineDeploymentsToResumeByDeploymentName(CandidateDeployment candidateDeployment)
String
DefaultDeploymentHandler. determineDuplicateDeployment(CandidateDeployment candidateDeployment)
-
Uses of CandidateDeployment in org.camunda.bpm.engine.repository
Methods in org.camunda.bpm.engine.repository with parameters of type CandidateDeployment Modifier and Type Method Description Set<String>
DeploymentHandler. determineDeploymentsToResumeByDeploymentName(CandidateDeployment candidateDeployment)
This method is called in the last stage of the deployment process, if a Process Application deployment is performed.String
DeploymentHandler. determineDuplicateDeployment(CandidateDeployment candidateDeployment)
This method is called in the second stage of the deployment process, when the previously calledDeploymentHandler.shouldDeployResource(Resource, Resource)
method determines that none of the provided resources for deployment satisfy the comparison criteria, i.e.
-