Uses of Interface
org.camunda.bpm.application.ProcessApplicationDeploymentInfo

Packages that use ProcessApplicationDeploymentInfo
org.camunda.bpm.application   
org.camunda.bpm.application.impl   
 

Uses of ProcessApplicationDeploymentInfo in org.camunda.bpm.application
 

Methods in org.camunda.bpm.application that return types with arguments of type ProcessApplicationDeploymentInfo
 List<ProcessApplicationDeploymentInfo> ProcessApplicationInfo.getDeploymentInfo()
           
 

Uses of ProcessApplicationDeploymentInfo in org.camunda.bpm.application.impl
 

Classes in org.camunda.bpm.application.impl that implement ProcessApplicationDeploymentInfo
 class ProcessApplicationDeploymentInfoImpl
           
 

Fields in org.camunda.bpm.application.impl with type parameters of type ProcessApplicationDeploymentInfo
protected  List<ProcessApplicationDeploymentInfo> ProcessApplicationInfoImpl.deploymentInfo
           
 

Methods in org.camunda.bpm.application.impl that return types with arguments of type ProcessApplicationDeploymentInfo
 List<ProcessApplicationDeploymentInfo> ProcessApplicationInfoImpl.getDeploymentInfo()
           
 

Method parameters in org.camunda.bpm.application.impl with type arguments of type ProcessApplicationDeploymentInfo
 void ProcessApplicationInfoImpl.setDeploymentInfo(List<ProcessApplicationDeploymentInfo> deploymentInfo)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.