Interface DeviceDataManager

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<DeviceEntity>
All Known Implementing Classes:
MybatisDeviceDataManager

public interface DeviceDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<DeviceEntity>
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type Method Description
    long countByCriteria​(DeviceQueryImpl deviceQuery)  
    java.util.List<Device> findByCriteria​(DeviceQueryImpl deviceQuery)  

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager

    create, delete, delete, findById, insert, update