org.camunda.bpm.engine.impl.application
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploymentIds
protected Set<String> deploymentIds
processEngineName
protected String processEngineName
reference
protected ProcessApplicationReference reference
DefaultProcessApplicationRegistration
public DefaultProcessApplicationRegistration(ProcessApplicationReference reference,
Set<String> deploymentIds,
String processEnginenName)
- Parameters:
reference
-
getDeploymentIds
public Set<String> getDeploymentIds()
- Specified by:
getDeploymentIds
in interface ProcessApplicationRegistration
- Returns:
- the id of the
Deployment
for which the registration was created
getProcessEngineName
public String getProcessEngineName()
- Specified by:
getProcessEngineName
in interface ProcessApplicationRegistration
- Returns:
- the name of the process engine to which the deployment was made
getReference
public ProcessApplicationReference getReference()
Copyright © 2017 camunda services GmbH. All rights reserved.