Methods
Modifier and Type |
Method and Description |
protected void |
acquireExclusiveLock(CommandContext commandContext) |
protected void |
deploy(DeploymentEntity deployment) |
protected Deployment |
doExecute(CommandContext commandContext) |
Deployment |
execute(CommandContext commandContext) |
protected Set<String> |
findDeploymentIdsForProcessDefinitions(CommandContext commandContext,
Set<String> processDefinitionKeys) |
protected List<? extends ProcessDefinition> |
getDeployedProcesses(DeploymentEntity deployment) |
protected DeploymentEntity |
getExistingDeployment(CommandContext commandContext,
String deploymentName) |
protected DeploymentEntity |
initDeployment() |
protected boolean |
isBpmnResource(ResourceEntity resourceEntity) |
protected boolean |
isCmmnResource(ResourceEntity resourceEntity) |
protected ProcessApplicationRegistration |
registerProcessApplication(CommandContext commandContext,
DeploymentEntity deployment,
Set<String> processKeysToRegisterFor) |
protected void |
registerWithJobExecutor(CommandContext commandContext,
DeploymentEntity deployment) |
protected Map<String,ResourceEntity> |
resolveResourcesToDeploy(CommandContext commandContext,
DeploymentEntity deployment) |
protected boolean |
resourcesDiffer(ResourceEntity resource,
ResourceEntity existing) |
protected Set<String> |
resumePreviousByDeploymentName(CommandContext commandContext,
DeploymentEntity deployment)
Searches for previous deployments with the same name.
|
protected Set<String> |
resumePreviousByProcessDefinitionKey(CommandContext commandContext,
DeploymentEntity deployment,
Set<String> processKeysToRegisterFor)
Searches in previous deployments for the same processes and retrieves the deployment ids.
|
protected Set<String> |
retrieveProcessKeysFromResources(Map<String,ResourceEntity> resources) |
protected void |
scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment) |