Package io.fusionauth.domain.search
Class EventLogSearchCriteria
java.lang.Object
io.fusionauth.domain.search.BaseSearchCriteria
io.fusionauth.domain.search.EventLogSearchCriteria
Search criteria for the event log.
- Author:
- Brian Pontarelli
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class io.fusionauth.domain.search.BaseSearchCriteria
numberOfResults, orderBy, startRow
-
Constructor Summary
ConstructorsConstructorDescriptionEventLogSearchCriteria
(int startRow, int numberOfResults) EventLogSearchCriteria
(String message, EventLogType type, ZonedDateTime start, ZonedDateTime end, int startRow, int numberOfResults, String orderBy) -
Method Summary
Methods inherited from class io.fusionauth.domain.search.BaseSearchCriteria
secure
-
Field Details
-
SortableFields
-
end
-
message
-
start
-
type
-
-
Constructor Details
-
EventLogSearchCriteria
public EventLogSearchCriteria() -
EventLogSearchCriteria
public EventLogSearchCriteria(String message, EventLogType type, ZonedDateTime start, ZonedDateTime end, int startRow, int numberOfResults, String orderBy) -
EventLogSearchCriteria
public EventLogSearchCriteria(int startRow, int numberOfResults)
-
-
Method Details
-
prepare
- Specified by:
prepare
in classBaseSearchCriteria
-
supportedOrderByColumns
- Specified by:
supportedOrderByColumns
in classBaseSearchCriteria
-
defaultOrderBy
- Overrides:
defaultOrderBy
in classBaseSearchCriteria
-