Uses of Interface
org.camunda.bpm.application.ProcessApplicationDeploymentInfo
-
Packages that use ProcessApplicationDeploymentInfo Package Description 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 Modifier and Type Method Description List<ProcessApplicationDeploymentInfo>
ProcessApplicationInfo. getDeploymentInfo()
-
Uses of ProcessApplicationDeploymentInfo in org.camunda.bpm.application.impl
Classes in org.camunda.bpm.application.impl that implement ProcessApplicationDeploymentInfo Modifier and Type Class Description class
ProcessApplicationDeploymentInfoImpl
Fields in org.camunda.bpm.application.impl with type parameters of type ProcessApplicationDeploymentInfo Modifier and Type Field Description protected List<ProcessApplicationDeploymentInfo>
ProcessApplicationInfoImpl. deploymentInfo
Methods in org.camunda.bpm.application.impl that return types with arguments of type ProcessApplicationDeploymentInfo Modifier and Type Method Description List<ProcessApplicationDeploymentInfo>
ProcessApplicationInfoImpl. getDeploymentInfo()
Method parameters in org.camunda.bpm.application.impl with type arguments of type ProcessApplicationDeploymentInfo Modifier and Type Method Description void
ProcessApplicationInfoImpl. setDeploymentInfo(List<ProcessApplicationDeploymentInfo> deploymentInfo)
-