Package org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog
Class ActionLogFilterRepositoryImpl
java.lang.Object
org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogFilterRepositoryImpl
- All Implemented Interfaces:
ActionLogFilterRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindActionLogsByFilter(Timestamp offsetTime, long rangeTime, List<ActionLogFilterRequestDTO> filters) jakarta.persistence.criteria.CriteriaQuery<Long> getRecordsCount(Timestamp timestamp, List<ActionLogFilterRequestDTO> filters) longgetRecordsCountAfterTime(Timestamp timestamp, List<ActionLogFilterRequestDTO> filters)
-
Constructor Details
-
ActionLogFilterRepositoryImpl
public ActionLogFilterRepositoryImpl()
-
-
Method Details
-
findActionLogsByFilter
public List<ActionLog> findActionLogsByFilter(Timestamp offsetTime, long rangeTime, List<ActionLogFilterRequestDTO> filters) throws InvalidEnumConstantException - Specified by:
findActionLogsByFilterin interfaceActionLogFilterRepository- Throws:
InvalidEnumConstantException
-
getRecordsCountAfterTime
- Specified by:
getRecordsCountAfterTimein interfaceActionLogFilterRepository
-
getRecordsCount
public jakarta.persistence.criteria.CriteriaQuery<Long> getRecordsCount(Timestamp timestamp, List<ActionLogFilterRequestDTO> filters)
-