Package ru.slie.luna.issue.worklog
Class WorklogSearchParams
java.lang.Object
ru.slie.luna.search.SearchParams
ru.slie.luna.issue.worklog.WorklogSearchParams
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorklogSearchParams(int page, int limit, Collection<String> excludes) -
Method Summary
Modifier and TypeMethodDescriptioncreatedAfter(LocalDateTime createdAfter) createdBefore(LocalDateTime createdBefore) static WorklogSearchParamsforPage(int page, int limit) forUpdater(Long... updaterIds) booleanmaxDuration(Duration maxDuration) minDuration(Duration minDuration) newestFirst(boolean newestFirst) startedAfter(LocalDateTime startedAfter) startedBefore(LocalDateTime startedBefore) Methods inherited from class ru.slie.luna.search.SearchParams
forPage, getExcludes, getLimit, getPage, getSkip
-
Constructor Details
-
WorklogSearchParams
-
-
Method Details
-
forPage
-
isNewestFirst
public boolean isNewestFirst() -
getIssueIds
-
getProjectIds
-
getAuthorIds
-
getUpdaterIds
-
getCreatedAfter
-
getCreatedBefore
-
getMinDuration
-
getMaxDuration
-
getStartedAfter
-
getStartedBefore
-
forIssue
-
forAuthor
-
forUpdater
-
createdAfter
-
createdBefore
-
minDuration
-
maxDuration
-
startedAfter
-
startedBefore
-
projectId
-
newestFirst
-