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
-
Constructor Summary
ConstructorDescriptionDefaultProcessApplicationRegistration
(ProcessApplicationReference reference, Set<String> deploymentIds, String processEnginenName) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
deploymentIds
-
processEngineName
-
reference
-
-
Constructor Details
-
DefaultProcessApplicationRegistration
public DefaultProcessApplicationRegistration(ProcessApplicationReference reference, Set<String> deploymentIds, String processEnginenName) - Parameters:
reference
-
-
-
Method Details
-
getDeploymentIds
- Specified by:
getDeploymentIds
in interfaceProcessApplicationRegistration
- Returns:
- the id of the
Deployment
for which the registration was created
-
getProcessEngineName
- Specified by:
getProcessEngineName
in interfaceProcessApplicationRegistration
- Returns:
- the name of the process engine to which the deployment was made
-
getReference
-