Uses of Interface
org.camunda.bpm.engine.repository.CandidateDeployment
Packages that use CandidateDeployment
-
Uses of CandidateDeployment in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CandidateDeploymentModifier and TypeMethodDescriptionprotected 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 CandidateDeploymentMethods in org.camunda.bpm.engine.impl.repository with parameters of type CandidateDeploymentModifier and TypeMethodDescriptionDefaultDeploymentHandler.determineDeploymentsToResumeByDeploymentName
(CandidateDeployment candidateDeployment) DefaultDeploymentHandler.determineDuplicateDeployment
(CandidateDeployment candidateDeployment) -
Uses of CandidateDeployment in org.camunda.bpm.engine.repository
Methods in org.camunda.bpm.engine.repository with parameters of type CandidateDeploymentModifier 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.