Class WorklogChangedSincePage<T>
java.lang.Object
com.atlassian.jira.bc.issue.worklog.WorklogChangedSincePage<T>
Holds information about a page of worklogs which were updated or deleted since a given time.
-
Constructor Summary
ConstructorsConstructorDescriptionWorklogChangedSincePage
(Long since, Long until, List<T> value, boolean lastPage) -
Method Summary
-
Constructor Details
-
WorklogChangedSincePage
-
-
Method Details
-
getSince
Returns timestamp of the query. -
getUntil
Returns timestamp of the latest updated or deleted worklog. It may be used to get another page. -
getChangedSince
Returns a page with ids of worklogs which were modified. -
isLastPage
public boolean isLastPage()Returns true, if this is a last page.
-