Interface WithId

All Known Subinterfaces:
ApplicationUser, Comment, DashboardItem, FilterSubscription, Issue, MutableComment, MutableIssue, PermissionGrant, PermissionScheme, Project, ProjectCategory, Version, WithIdAndVersion, Worklog
All Known Implementing Classes:
AbstractIssue, ChangeHistory, ChangeHistoryGroup, CommentImpl, DefaultFilterSubscription, DelegatingApplicationUser, DeletedWorklog, DocumentIssueImpl, EntityVersion, EntityWithVersion, GenericIssueWrapper, GenericMutableIssueWrapper, IssueImpl, IssueTypeWithID, LazyLoadingApplicationUser, MockApplicationUser, MockComment, MockIssue, MockProject, MockVersion, PermissionGrantImpl, PermissionSchemeImpl, ProjectCategoryImpl, ProjectImpl, RenderParameterHoldingIssueWrapper, TemplateIssue, VersionImpl, WithIdAndVersion.DefaultWithIdAndVersion, WorklogImpl, WorklogImpl2

@PublicApi public interface WithId
Entities implementing this interface are supposed to be uniquely identifiable by id.
Since:
v6.2
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Comparator<WithId>
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

  • Method Details

    • getId

      Long getId()
      Returns:
      the unique id of the entity.