Interface TaskExecDAO
- All Known Implementing Classes:
JPATaskExecDAO,Neo4jTaskExecDAO
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT -
Method Summary
Modifier and TypeMethodDescriptionlongcount(Task<?> task, OffsetDateTime before, OffsetDateTime after) <T extends Task<T>>
voidfindAll(Task<?> task, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) findLatestEnded(TaskType type, Task<?> task) findLatestStarted(TaskType type, Task<?> task) findRecent(int max) <T extends Task<T>>
voidsaveAndAdd(TaskType type, String taskKey, TaskExec<T> execution) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Method Details
-
findById
-
findRecent
-
findLatestStarted
-
findLatestEnded
-
count
-
findAll
List<TaskExec<?>> findAll(Task<?> task, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
saveAndAdd
-
delete
-