org.camunda.bpm.engine.impl.persistence.entity
Class ProcessApplicationDeploymentImpl
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
- All Implemented Interfaces:
- Deployment, ProcessApplicationDeployment
public class ProcessApplicationDeploymentImpl
- extends Object
- implements ProcessApplicationDeployment
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deployment
protected Deployment deployment
registration
protected ProcessApplicationRegistration registration
ProcessApplicationDeploymentImpl
public ProcessApplicationDeploymentImpl(Deployment deployment,
ProcessApplicationRegistration registration)
getId
public String getId()
- Specified by:
getId
in interface Deployment
getName
public String getName()
- Specified by:
getName
in interface Deployment
getDeploymentTime
public Date getDeploymentTime()
- Specified by:
getDeploymentTime
in interface Deployment
getProcessApplicationRegistration
public ProcessApplicationRegistration getProcessApplicationRegistration()
- Specified by:
getProcessApplicationRegistration
in interface ProcessApplicationDeployment
- Returns:
- the
ProcessApplicationRegistration
performed for this process application deployment.
Copyright © 2014 camunda services GmbH. All Rights Reserved.