org.camunda.bpm.engine.repository
Interface ProcessApplicationDeployment

All Superinterfaces:
Deployment
All Known Implementing Classes:
ProcessApplicationDeploymentImpl

public interface ProcessApplicationDeployment
extends Deployment

Author:
Daniel Meyer

Method Summary
 ProcessApplicationRegistration getProcessApplicationRegistration()
           
 
Methods inherited from interface org.camunda.bpm.engine.repository.Deployment
getDeploymentTime, getId, getName
 

Method Detail

getProcessApplicationRegistration

ProcessApplicationRegistration getProcessApplicationRegistration()
Returns:
the ProcessApplicationRegistration performed for this process application deployment.


Copyright © 2015 camunda services GmbH. All rights reserved.