Uses of Class
com.atlassian.jira.auditing.AssociatedItem.Type

Packages that use AssociatedItem.Type
com.atlassian.jira.auditing   
 

Uses of AssociatedItem.Type in com.atlassian.jira.auditing
 

Methods in com.atlassian.jira.auditing that return AssociatedItem.Type
 AssociatedItem.Type AffectedUser.getObjectType()
           
 AssociatedItem.Type AffectedGroup.getObjectType()
           
 AssociatedItem.Type AffectedScheme.getObjectType()
           
 AssociatedItem.Type AffectedDirectory.getObjectType()
           
 AssociatedItem.Type AssociatedItemImpl.getObjectType()
           
 AssociatedItem.Type AssociatedItem.getObjectType()
           
static AssociatedItem.Type AssociatedItem.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AssociatedItem.Type[] AssociatedItem.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.auditing with parameters of type AssociatedItem.Type
 RecordRequest RecordRequest.forObject(AssociatedItem.Type type, String name, String id)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.