Package com.atlassian.jira.auditing
Interface AssociatedItem
- All Known Implementing Classes:
AffectedApplication
,AffectedGeneralConfigurationOption
,AffectedGroup
,AffectedIssueType
,AffectedLicense
,AffectedProject
,AffectedScheme
,AffectedScreen
,AffectedUser
,AssociatedItemImpl
,ParentlessAssociatedItem
,RecordRequest.AssociatedItemImpl
Deprecated.
- Since:
- v6.2
AssociatedItem.Type
is used when mapping database entries to audit objects. Please be considerate of extending this enum as removingAssociatedItem.Type
s will not be possible without altering already stored data.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.
-
Method Details
-
getObjectName
Deprecated. -
getObjectId
Deprecated. -
getParentName
Deprecated. -
getParentId
Deprecated. -
getObjectType
Deprecated.
-
Use
AuditResource
instead.