Package | Description |
---|---|
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.repository | |
org.camunda.bpm.engine.repository |
Classes related to the
RepositoryService . |
Modifier and Type | Method and Description |
---|---|
protected String[] |
DeployCmd.getProcessDefinitionsFromResources(CommandContext commandContext,
DeploymentEntity deploymentToRegister,
CandidateDeployment candidateDeployment) |
protected ProcessApplicationRegistration |
DeployCmd.registerProcessApplication(CommandContext commandContext,
DeploymentEntity deploymentToRegister,
CandidateDeployment candidateDeployment) |
Modifier and Type | Class and Description |
---|---|
class |
CandidateDeploymentImpl |
Modifier and Type | Method and Description |
---|---|
Set<String> |
DefaultDeploymentHandler.determineDeploymentsToResumeByDeploymentName(CandidateDeployment candidateDeployment) |
String |
DefaultDeploymentHandler.determineDuplicateDeployment(CandidateDeployment candidateDeployment) |
Modifier and Type | Method and 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
called
DeploymentHandler.shouldDeployResource(Resource, Resource) method determines that none of the
provided resources for deployment satisfy the comparison criteria, i.e. |
Copyright © 2019. All rights reserved.