public class DefaultProcessApplicationRegistration extends Object implements ProcessApplicationRegistration
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
deploymentIds |
protected String |
processEngineName |
protected ProcessApplicationReference |
reference |
Constructor and Description |
---|
DefaultProcessApplicationRegistration(ProcessApplicationReference reference,
Set<String> deploymentIds,
String processEnginenName) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDeploymentIds() |
String |
getProcessEngineName() |
ProcessApplicationReference |
getReference() |
protected String processEngineName
protected ProcessApplicationReference reference
public DefaultProcessApplicationRegistration(ProcessApplicationReference reference, Set<String> deploymentIds, String processEnginenName)
reference
- public Set<String> getDeploymentIds()
getDeploymentIds
in interface ProcessApplicationRegistration
Deployment
for which the registration was createdpublic String getProcessEngineName()
getProcessEngineName
in interface ProcessApplicationRegistration
public ProcessApplicationReference getReference()
Copyright © 2015. All rights reserved.