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 ProcessApplicationRegistrationDeployment for which the registration was createdpublic String getProcessEngineName()
getProcessEngineName in interface ProcessApplicationRegistrationpublic ProcessApplicationReference getReference()
Copyright © 2018. All rights reserved.