org.camunda.bpm.application.impl
Class ProcessApplicationDeploymentInfoImpl
java.lang.Object
org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
- All Implemented Interfaces:
- ProcessApplicationDeploymentInfo
public class ProcessApplicationDeploymentInfoImpl
- extends Object
- implements ProcessApplicationDeploymentInfo
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processEngineName
protected String processEngineName
deploymentId
protected String deploymentId
ProcessApplicationDeploymentInfoImpl
public ProcessApplicationDeploymentInfoImpl()
getProcessEngineName
public String getProcessEngineName()
- Specified by:
getProcessEngineName in interface ProcessApplicationDeploymentInfo
- Returns:
- the name of the process engine the deployment was made to
setProcessEngineName
public void setProcessEngineName(String processEngineName)
getDeploymentId
public String getDeploymentId()
- Specified by:
getDeploymentId in interface ProcessApplicationDeploymentInfo
- Returns:
- the id of the deployment that was performed.
setDeploymentId
public void setDeploymentId(String deploymentId)
Copyright © 2015 camunda services GmbH. All rights reserved.