Interface RemediationRepoExt
- All Known Subinterfaces:
RemediationRepo
- All Known Implementing Classes:
RemediationRepoExtImpl
public interface RemediationRepoExt
-
Method Summary
Modifier and TypeMethodDescriptionlongcount(OffsetDateTime before, OffsetDateTime after) voiddeleteById(String key) findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) findByAnyType(AnyType anyType) findByPullTask(PullTask pullTask)
-
Method Details
-
findByAnyType
-
findByPullTask
-
count
-
findAll
List<Remediation> findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
deleteById
-