Package | Description |
---|---|
com.atlassian.jira.bc.issue.worklog | |
com.atlassian.jira.issue.worklog |
Modifier and Type | Method and Description |
---|---|
WorklogChangedSincePage<DeletedWorklog> |
DefaultWorklogService.getWorklogsDeletedSince(ApplicationUser user,
Long sinceInMilliseconds) |
WorklogChangedSincePage<DeletedWorklog> |
WorklogService.getWorklogsDeletedSince(ApplicationUser user,
Long sinceInMilliseconds)
Returns a list of ids of worklogs which were removed, since the time provided in .
|
Modifier and Type | Method and Description |
---|---|
List<DeletedWorklog> |
DefaultWorklogManager.getWorklogsDeletedSince(Long sinceInMilliseconds) |
List<DeletedWorklog> |
WorklogManager.getWorklogsDeletedSince(Long sinceInMilliseconds)
Returns
WorklogManager.WORKLOG_UPDATE_DATA_PAGE_SIZE of worklog ids and removal dates,
which were removed after (inclusive) provided time in milliseconds. |
List<DeletedWorklog> |
DatabaseWorklogStore.getWorklogsDeletedSince(Long sinceInMilliseconds,
int maxResults) |
List<DeletedWorklog> |
WorklogStore.getWorklogsDeletedSince(Long sinceInMilliseconds,
int maxResults)
Returns
WorklogManager.WORKLOG_UPDATE_DATA_PAGE_SIZE of worklog ids and removal dates,
which were removed after (inclusive) provided time in milliseconds. |
Copyright © 2002-2021 Atlassian. All Rights Reserved.