public class ProcessApplicationDeploymentImpl extends Object implements ProcessApplicationDeployment
Modifier and Type | Field and Description |
---|---|
protected Deployment |
deployment |
protected ProcessApplicationRegistration |
registration |
Constructor and Description |
---|
ProcessApplicationDeploymentImpl(Deployment deployment,
ProcessApplicationRegistration registration) |
Modifier and Type | Method and Description |
---|---|
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
ProcessApplicationRegistration |
getProcessApplicationRegistration() |
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 ProcessApplicationRegistration getProcessApplicationRegistration()
getProcessApplicationRegistration
in interface ProcessApplicationDeployment
ProcessApplicationRegistration
performed for this process application deployment.Copyright © 2015. All rights reserved.