org.camunda.bpm.engine.impl.application
Class ProcessApplicationManager
java.lang.Object
org.camunda.bpm.engine.impl.application.ProcessApplicationManager
public class ProcessApplicationManager
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registrationsByDeploymentId
protected Map<String,DefaultProcessApplicationRegistration> registrationsByDeploymentId
ProcessApplicationManager
public ProcessApplicationManager()
getProcessApplicationForDeployment
public ProcessApplicationReference getProcessApplicationForDeployment(String deploymentId)
registerProcessApplicationForDeployments
public ProcessApplicationRegistration registerProcessApplicationForDeployments(Set<String> deploymentsToRegister,
ProcessApplicationReference reference)
unregisterProcessApplicationForDeployments
public void unregisterProcessApplicationForDeployments(Set<String> deploymentIds,
boolean removeProcessesFromCache)
createProcessApplicationRegistration
protected DefaultProcessApplicationRegistration createProcessApplicationRegistration(Set<String> deploymentsToRegister,
ProcessApplicationReference reference)
removeProcessApplicationRegistration
protected void removeProcessApplicationRegistration(Set<String> deploymentIds,
boolean removeProcessesFromCache)
createJobExecutorRegistrations
protected void createJobExecutorRegistrations(Set<String> deploymentIds)
removeJobExecutorRegistrations
protected void removeJobExecutorRegistrations(Set<String> deploymentIds)
logRegistration
protected void logRegistration(Set<String> deploymentIds,
ProcessApplicationReference reference)
getDeployedProcessDefinitionArtifacts
protected List<ProcessDefinition> getDeployedProcessDefinitionArtifacts(DeploymentEntity deployment)
getDeployedCaseDefinitionArtifacts
protected List<CaseDefinition> getDeployedCaseDefinitionArtifacts(DeploymentEntity deployment)
logProcessDefinitionRegistrations
protected void logProcessDefinitionRegistrations(StringBuilder builder,
List<ProcessDefinition> processDefinitions)
logCaseDefinitionRegistrations
protected void logCaseDefinitionRegistrations(StringBuilder builder,
List<CaseDefinition> caseDefinitions)
getRegistrationSummary
public String getRegistrationSummary()
Copyright © 2015 camunda services GmbH. All rights reserved.