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 Deployment
public String getName()
getName
in interface Deployment
public Date getDeploymentTime()
getDeploymentTime
in interface Deployment
public String getSource()
getSource
in interface Deployment
public String getTenantId()
Deployment
null
if the deployment belongs to no single tenant.getTenantId
in interface Deployment
public ProcessApplicationRegistration getProcessApplicationRegistration()
getProcessApplicationRegistration
in interface ProcessApplicationDeployment
ProcessApplicationRegistration
performed for this process application deployment.Copyright © 2018. All rights reserved.