public interface AppDeploymentDataManager extends DataManager<AppDeploymentEntity>
| Modifier and Type | Method and Description |
|---|---|
long |
findDeploymentCountByQueryCriteria(AppDeploymentQueryImpl deploymentQuery) |
List<AppDeployment> |
findDeploymentsByQueryCriteria(AppDeploymentQueryImpl deploymentQuery) |
AppDeploymentEntity |
findLatestDeploymentByName(String deploymentName) |
List<String> |
getDeploymentResourceNames(String deploymentId) |
AppDeploymentEntity findLatestDeploymentByName(String deploymentName)
long findDeploymentCountByQueryCriteria(AppDeploymentQueryImpl deploymentQuery)
List<AppDeployment> findDeploymentsByQueryCriteria(AppDeploymentQueryImpl deploymentQuery)
Copyright © 2018 Flowable. All rights reserved.