org.camunda.bpm.application
Interface ProcessApplicationDeploymentInfo

All Known Implementing Classes:
ProcessApplicationDeploymentInfoImpl

public interface ProcessApplicationDeploymentInfo

Object holding information about a deployment made by a process application.

Author:
Daniel Meyer

Method Summary
 String getDeploymentId()
           
 String getProcessEngineName()
           
 

Method Detail

getProcessEngineName

String getProcessEngineName()
Returns:
the name of the process engine the deployment was made to

getDeploymentId

String getDeploymentId()
Returns:
the id of the deployment that was performed.


Copyright © 2017 camunda services GmbH. All rights reserved.