com.atlassian.jira.auditing
Interface AssociatedItem

All Known Implementing Classes:
AffectedGroup, AffectedProject, AffectedScheme, AffectedUser, AssociatedItemImpl, ParentlessAssociatedItem

@ExperimentalApi
public interface AssociatedItem

Since:
v6.2

Nested Class Summary
static class AssociatedItem.Type
           
 
Method Summary
 String getObjectId()
           
 String getObjectName()
           
 AssociatedItem.Type getObjectType()
           
 String getParentId()
           
 String getParentName()
           
 

Method Detail

getObjectName

@Nonnull
String getObjectName()

getObjectId

@Nullable
String getObjectId()

getParentName

@Nullable
String getParentName()

getParentId

@Nullable
String getParentId()

getObjectType

@Nonnull
AssociatedItem.Type getObjectType()


Copyright © 2002-2014 Atlassian. All Rights Reserved.