Uses of Interface
org.camunda.bpm.engine.repository.CandidateDeployment
-
Uses of CandidateDeployment in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected ProcessApplicationRegistration
DeployCmd.registerProcessApplication
(CommandContext commandContext, DeploymentEntity deploymentToRegister, CandidateDeployment candidateDeployment, Collection ignoredResources) -
Uses of CandidateDeployment in org.camunda.bpm.engine.impl.repository
Modifier and TypeMethodDescriptionDefaultDeploymentHandler.determineDeploymentsToResumeByDeploymentName
(CandidateDeployment candidateDeployment) DefaultDeploymentHandler.determineDuplicateDeployment
(CandidateDeployment candidateDeployment) -
Uses of CandidateDeployment in org.camunda.bpm.engine.repository
Modifier and TypeMethodDescriptionDeploymentHandler.determineDeploymentsToResumeByDeploymentName
(CandidateDeployment candidateDeployment) This method is called in the last stage of the deployment process, if a Process Application deployment is performed.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.