Package 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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDeploymentId
(String deploymentId) void
setProcessEngineName
(String processEngineName)
-
Field Details
-
processEngineName
-
deploymentId
-
-
Constructor Details
-
ProcessApplicationDeploymentInfoImpl
public ProcessApplicationDeploymentInfoImpl()
-
-
Method Details
-
getProcessEngineName
- Specified by:
getProcessEngineName
in interfaceProcessApplicationDeploymentInfo
- Returns:
- the name of the process engine the deployment was made to
-
setProcessEngineName
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceProcessApplicationDeploymentInfo
- Returns:
- the id of the deployment that was performed.
-
setDeploymentId
-