Class DefaultProcessApplicationRegistration
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
 
 
- 
- All Implemented Interfaces:
 ProcessApplicationRegistration
public class DefaultProcessApplicationRegistration extends Object implements ProcessApplicationRegistration
- Author:
 - Daniel Meyer
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Set<String>deploymentIdsprotected StringprocessEngineNameprotected ProcessApplicationReferencereference 
- 
Constructor Summary
Constructors Constructor Description DefaultProcessApplicationRegistration(ProcessApplicationReference reference, Set<String> deploymentIds, String processEnginenName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getDeploymentIds()StringgetProcessEngineName()ProcessApplicationReferencegetReference() 
 - 
 
- 
- 
Field Detail
- 
processEngineName
protected String processEngineName
 
- 
reference
protected ProcessApplicationReference reference
 
 - 
 
- 
Constructor Detail
- 
DefaultProcessApplicationRegistration
public DefaultProcessApplicationRegistration(ProcessApplicationReference reference, Set<String> deploymentIds, String processEnginenName)
- Parameters:
 reference-
 
 - 
 
- 
Method Detail
- 
getDeploymentIds
public Set<String> getDeploymentIds()
- Specified by:
 getDeploymentIdsin interfaceProcessApplicationRegistration- Returns:
 - the id of the 
Deploymentfor which the registration was created 
 
- 
getProcessEngineName
public String getProcessEngineName()
- Specified by:
 getProcessEngineNamein interfaceProcessApplicationRegistration- Returns:
 - the name of the process engine to which the deployment was made
 
 
- 
getReference
public ProcessApplicationReference getReference()
 
 - 
 
 -