Uses of Class
com.atlassian.jira.bc.issue.worklog.DeletedWorklog
Packages that use DeletedWorklog
-
Uses of DeletedWorklog in com.atlassian.jira.bc.issue.worklog
Methods in com.atlassian.jira.bc.issue.worklog that return types with arguments of type DeletedWorklogModifier and TypeMethodDescriptionDefaultWorklogService.getWorklogsDeletedSince(ApplicationUser user, Long sinceInMilliseconds) WorklogService.getWorklogsDeletedSince(ApplicationUser user, Long sinceInMilliseconds) Returns a list of ids of worklogs which were removed, since the time provided in . -
Uses of DeletedWorklog in com.atlassian.jira.issue.worklog
Methods in com.atlassian.jira.issue.worklog that return types with arguments of type DeletedWorklogModifier and TypeMethodDescriptionDatabaseWorklogStore.getWorklogsDeletedSince(Long sinceInMilliseconds, int maxResults) DefaultWorklogManager.getWorklogsDeletedSince(Long sinceInMilliseconds) WorklogManager.getWorklogsDeletedSince(Long sinceInMilliseconds) ReturnsWorklogManager.WORKLOG_UPDATE_DATA_PAGE_SIZEof worklog ids and removal dates, which were removed after (inclusive) provided time in milliseconds.WorklogStore.getWorklogsDeletedSince(Long sinceInMilliseconds, int maxResults) ReturnsWorklogManager.WORKLOG_UPDATE_DATA_PAGE_SIZEof worklog ids and removal dates, which were removed after (inclusive) provided time in milliseconds.