public class ProcessApplicationDeploymentImpl extends Object implements ProcessApplicationDeployment
| Modifier and Type | Field and Description |
|---|---|
protected Deployment |
deployment |
protected ProcessApplicationRegistration |
registration |
PROCESS_APPLICATION_DEPLOYMENT_SOURCE| Constructor and Description |
|---|
ProcessApplicationDeploymentImpl(Deployment deployment,
ProcessApplicationRegistration registration) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
ProcessApplicationRegistration |
getProcessApplicationRegistration() |
String |
getSource() |
String |
getTenantId()
Returns the id of the tenant this deployment belongs to.
|
protected Deployment deployment
protected ProcessApplicationRegistration registration
public ProcessApplicationDeploymentImpl(Deployment deployment, ProcessApplicationRegistration registration)
public String getId()
getId in interface Deploymentpublic String getName()
getName in interface Deploymentpublic Date getDeploymentTime()
getDeploymentTime in interface Deploymentpublic String getSource()
getSource in interface Deploymentpublic String getTenantId()
Deploymentnull
if the deployment belongs to no single tenant.getTenantId in interface Deploymentpublic ProcessApplicationRegistration getProcessApplicationRegistration()
getProcessApplicationRegistration in interface ProcessApplicationDeploymentProcessApplicationRegistration performed for this process application deployment.Copyright © 2018. All rights reserved.