All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
cleanAllDeletedEntityVersionsOlderThan(java.time.Duration duration) |
void |
createNewCommentVersionRow(long commentId,
long parentIssueId,
java.time.LocalDateTime updateTime,
long version,
boolean deleted) |
void |
createNewIssueVersionRow(long issueId,
java.time.LocalDateTime updateTime,
long version,
boolean deleted) |
void |
createNewWorklogVersionRow(long worklogId,
long parentIssueId,
java.time.LocalDateTime updateTime,
long version,
boolean deleted) |
List<EntityVersioningControl.EntityVersionBean> |
getAllCommentVersions() |
List<EntityVersioningControl.EntityVersionBean> |
getAllIssueVersions() |
List<EntityVersioningControl.EntityVersionBean> |
getAllWorklogVersions() |
Optional<Long> |
getCommentVersion(Long commentId) |
Optional<Long> |
getIssueVersion(Long issueId) |
Optional<Long> |
getLocalChangeHistoryVersion(Long issueId) |
Optional<Long> |
getLocalCommentVersion(Long commentId) |
Optional<Long> |
getLocalIssueVersion(Long issueId) |
Optional<Long> |
getLocalWorklogVersion(Long worklogId) |
Map<Long,Long> |
getRelatedCommentVersions(long issueId) |
Map<Long,Long> |
getRelatedWorklogVersions(long issueId) |
Optional<Long> |
getWorklogVersion(Long worklogId) |
void |
incrementCommentVersion(Long commentId,
Long parentIssueId) |
void |
incrementCommentVersionsRelatedToIssue(long issueId) |
void |
incrementIssueVersion(Long issueId) |
void |
incrementWorklogVersion(Long worklogId,
Long parentIssueId) |
void |
incrementWorklogVersionsRelatedToIssue(long issueId) |
void |
markCommentDeletedAndUpdateVersion(Long commentId) |
void |
markIssueDeletedAndUpdateVersion(Long issueId) |
void |
markWorklogDeletedAndUpdateVersion(Long worklogId) |