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>
deploymentIds
protected String
processEngineName
protected ProcessApplicationReference
reference
-
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()
String
getProcessEngineName()
ProcessApplicationReference
getReference()
-
-
-
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:
getDeploymentIds
in interfaceProcessApplicationRegistration
- Returns:
- the id of the
Deployment
for which the registration was created
-
getProcessEngineName
public String getProcessEngineName()
- Specified by:
getProcessEngineName
in interfaceProcessApplicationRegistration
- Returns:
- the name of the process engine to which the deployment was made
-
getReference
public ProcessApplicationReference getReference()
-
-