Uses of Interface
com.atlassian.jira.util.Named

Packages that use Named
com.atlassian.jira.event.fields.layout   
com.atlassian.jira.event.notification   
com.atlassian.jira.event.permission   
com.atlassian.jira.event.scheme   
com.atlassian.jira.event.workflow   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.mock.project   
com.atlassian.jira.project   
com.atlassian.jira.project.version   
com.atlassian.jira.scheme   
com.atlassian.jira.util   
 

Uses of Named in com.atlassian.jira.event.fields.layout
 

Subinterfaces of Named in com.atlassian.jira.event.fields.layout
 interface FieldLayoutSchemeDetails
           
 

Classes in com.atlassian.jira.event.fields.layout that implement Named
 class FieldLayoutSchemeDeletedEvent
           
 

Uses of Named in com.atlassian.jira.event.notification
 

Classes in com.atlassian.jira.event.notification that implement Named
 class NotificationSchemeDeletedEvent
          Event indicating a notification scheme has been deleted.
 

Uses of Named in com.atlassian.jira.event.permission
 

Classes in com.atlassian.jira.event.permission that implement Named
 class PermissionSchemeDeletedEvent
          Event indicating a permission scheme has been deleted.
 

Uses of Named in com.atlassian.jira.event.scheme
 

Classes in com.atlassian.jira.event.scheme that implement Named
 class AbstractSchemeDeletedEvent
          Abstract event that captures the data relevant to scheme deleted events, e.g.
 

Uses of Named in com.atlassian.jira.event.workflow
 

Classes in com.atlassian.jira.event.workflow that implement Named
 class WorkflowSchemeDeletedEvent
          Event indicating a workflow scheme has been deleted.
 

Uses of Named in com.atlassian.jira.issue.fields.layout.field
 

Subinterfaces of Named in com.atlassian.jira.issue.fields.layout.field
 interface FieldLayoutScheme
          FieldLayoutScheme is the Java Data Object representing what is called a "Field Configuration Scheme" in the UI.
 

Classes in com.atlassian.jira.issue.fields.layout.field that implement Named
 class FieldLayoutSchemeImpl
          Thread safety is mostly achieved (there are still some issues with the AbstractGVBean.setGenericValue(GenericValue) method) by two mechanisms.
 

Uses of Named in com.atlassian.jira.mock.project
 

Classes in com.atlassian.jira.mock.project that implement Named
 class MockVersion
           
 

Uses of Named in com.atlassian.jira.project
 

Subinterfaces of Named in com.atlassian.jira.project
 interface Project
          Defines a project in JIRA.
 interface ProjectCategory
          Defines a project category in JIRA.
 

Classes in com.atlassian.jira.project that implement Named
 class MockProject
          Bean implementation of Project interface but doesn't believe in GenericValues.
 class ProjectCategoryImpl
          Immutable implementation of ProjectCategory
 class ProjectImpl
          Represents an immutable Project domain object for JIRA.
 

Uses of Named in com.atlassian.jira.project.version
 

Subinterfaces of Named in com.atlassian.jira.project.version
 interface Version
           
 

Classes in com.atlassian.jira.project.version that implement Named
 class VersionImpl
           
 

Uses of Named in com.atlassian.jira.scheme
 

Classes in com.atlassian.jira.scheme that implement Named
 class Scheme
          This object is used to represent a scheme in JIRA (this could be a permission, notification, etc, scheme).
 

Uses of Named in com.atlassian.jira.util
 

Subinterfaces of Named in com.atlassian.jira.util
 interface NamedWithDescription
           
 interface NamedWithId
           
 

Fields in com.atlassian.jira.util with type parameters of type Named
static Comparator<Named> NameComparator.COMPARATOR
           
 

Methods in com.atlassian.jira.util with parameters of type Named
 int NameComparator.compare(Named o1, Named o2)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.