Interface AssociatedItem

All Known Implementing Classes:
AffectedApplication, AffectedGeneralConfigurationOption, AffectedGroup, AffectedIssueType, AffectedLicense, AffectedProject, AffectedScheme, AffectedScreen, AffectedUser, AssociatedItemImpl, ParentlessAssociatedItem, RecordRequest.AssociatedItemImpl

@Deprecated @ExperimentalApi public interface AssociatedItem
Deprecated.
since v8.12
Use AuditResource instead.
Since:
v6.2 AssociatedItem.Type is used when mapping database entries to audit objects. Please be considerate of extending this enum as removing AssociatedItem.Types will not be possible without altering already stored data.
  • Method Details

    • getObjectName

      @Nonnull String getObjectName()
      Deprecated.
    • getObjectId

      @Nullable String getObjectId()
      Deprecated.
    • getParentName

      @Nullable String getParentName()
      Deprecated.
    • getParentId

      @Nullable String getParentId()
      Deprecated.
    • getObjectType

      @Nonnull AssociatedItem.Type getObjectType()
      Deprecated.