Interface ReportExecDAO
- All Superinterfaces:
DAO<ReportExec>
- All Known Subinterfaces:
ReportExecRepo,ReportExecRepo
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT -
Method Summary
Modifier and TypeMethodDescriptionlongcount(Report report, OffsetDateTime before, OffsetDateTime after) findAll(Report report, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) findLatestEnded(Report report) findLatestStarted(Report report) findRecent(int max) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Method Details
-
findRecent
-
findLatestStarted
-
findLatestEnded
-
count
-
findAll
List<ReportExec> findAll(Report report, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable)
-