public interface DeviceDataManager extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<DeviceEntity>
| Modifier and Type | Method and Description | 
|---|---|
| long | countByCriteria(DeviceQueryImpl deviceQuery) | 
| List<Device> | findByCriteria(DeviceQueryImpl deviceQuery) | 
long countByCriteria(DeviceQueryImpl deviceQuery)
List<Device> findByCriteria(DeviceQueryImpl deviceQuery)
Copyright © 2019. All rights reserved.