Interface TaskLogHandler

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ChangeLog,Long>
All Known Implementing Classes:
TaskLogDAOImpl

public interface TaskLogHandler extends org.exoplatform.commons.api.persistence.GenericDAO<ChangeLog,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.commons.utils.ListAccess<ChangeLog>
     

    Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO

    count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
  • Method Details

    • findTaskLogs

      org.exoplatform.commons.utils.ListAccess<ChangeLog> findTaskLogs(Long taskId)