Uses of Interface
com.atlassian.jira.issue.fields.NavigableField

Packages that use NavigableField
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.layout.column   
com.atlassian.jira.mock.issue.fields   
com.atlassian.jira.notification.type   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.enterprise   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component   
 

Uses of NavigableField in com.atlassian.jira.issue.fields
 

Subinterfaces of NavigableField in com.atlassian.jira.issue.fields
 interface AffectedVersionsField
           
 interface ComponentsField
           
 interface CustomField
          Custom Field interface.
 interface FixVersionsField
           
 interface ProjectField
          Represents the Project System Field.
 interface SummaryField
           
 interface TimeSpentField
           
 

Classes in com.atlassian.jira.issue.fields that implement NavigableField
 class AbstractAggregateDurationSystemField
          Abstract field for aggregate Time Tracking values.
 class AbstractDurationSystemField
           
 class AbstractOrderableNavigableFieldImpl
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractProgressBarSystemField
          Base class for Progress Bar system fields.
 class AbstractTextSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractUserFieldImpl
          Base class for single user-based fields
 class AbstractVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AffectedVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AggregateEstimateSystemField
          System field that displays the calculated aggregate remaining estimate.
 class AggregateOriginalEstimateSystemField
          System field that displays the calculated aggregate original estimate.
 class AggregateProgressBarSystemField
          Progress Bar System Field that uses the aggregate values for percentages.
 class AggregateTimeSpentSystemField
          System field that displays the calculated aggregate time spent.
 class AssigneeSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ComponentsSystemField
          A field implementation to render ProjectComponent values.
 class CreatedSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class CustomFieldImpl
          Default CustomField implementation backed by the database (a GenericValue object).
 class CustomFieldTestImpl
          The only purpose of this class is to increase the visibility of #copyGenericValue so we can mock it in tests.
 class DescriptionSystemField
          Represents the field which renders an Issue description.
 class DueDateSystemField
           
 class EnvironmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class FixVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class IssueLinksSystemField
           
 class IssueTypeSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class KeySystemField
           
 class LabelsSystemField
          A field implementation to render Labels.
 class LastViewedSystemField
           
 class MockCustomField
          Simple implementation of CustomField for.
 class NavigableFieldImpl
           
 class OriginalEstimateSystemField
           
 class PrioritySystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ProgressBarSystemField
          Field that displays a progress bar in the Navigator
 class ProjectSystemField
          JIRA's project suystem field.
 class ReporterSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ResolutionDateSystemField
          Stores the date an issue was resolved on.
 class ResolutionSystemField
           
 class SecurityLevelSystemField
           
 class StatusSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class SubTaskSystemField
           
 class SummarySystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ThumbnailSystemField
           
 class TimeEstimateSystemField
           
 class TimeSpentSystemField
           
 class UpdatedSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class VotesSystemField
          Created by IntelliJ IDEA.
 class WatchesSystemField
           
 class WorkRatioSystemField
           
 

Methods in com.atlassian.jira.issue.fields that return NavigableField
 NavigableField MockFieldManager.getNavigableField(String id)
           
 NavigableField DefaultFieldManager.getNavigableField(String id)
           
 NavigableField FieldManager.getNavigableField(String id)
           
 

Methods in com.atlassian.jira.issue.fields that return types with arguments of type NavigableField
 Set<NavigableField> MockFieldManager.getAllAvailableNavigableFields()
           
 Set<NavigableField> DefaultFieldManager.getAllAvailableNavigableFields()
          Returns a set of Fields that are NOT hidden in AT LEAST ONE project in the system.
 Set<NavigableField> FieldManager.getAllAvailableNavigableFields()
           
 Set<NavigableField> MockFieldManager.getAvailableNavigableFields(com.atlassian.crowd.embedded.api.User remoteUser)
           
 Set<NavigableField> DefaultFieldManager.getAvailableNavigableFields(com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a set of Fields that are NOT hidden in AT LEAST ONE project that the remote user can see (has Permissions.BROWSE permission for).
 Set<NavigableField> FieldManager.getAvailableNavigableFields(com.atlassian.crowd.embedded.api.User remoteUser)
           
 Set<NavigableField> MockFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user)
           
 Set<NavigableField> DefaultFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user)
           
 Set<NavigableField> FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user)
          Gets all the available fields that the user can see, this is providing no context scope.
 Set<NavigableField> MockFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user, QueryContext queryContext)
           
 Set<NavigableField> DefaultFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User remoteUser, QueryContext queryContext)
           
 Set<NavigableField> FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user, QueryContext queryContext)
          Gets all the available fields within the defined scope of the QueryContext.
 Set<NavigableField> MockFieldManager.getNavigableFields()
           
 Set<NavigableField> DefaultFieldManager.getNavigableFields()
           
 Set<NavigableField> FieldManager.getNavigableFields()
           
 

Uses of NavigableField in com.atlassian.jira.issue.fields.layout.column
 

Methods in com.atlassian.jira.issue.fields.layout.column that return NavigableField
 NavigableField ColumnLayoutItemImpl.getNavigableField()
           
 NavigableField ColumnLayoutItem.getNavigableField()
           
 

Methods in com.atlassian.jira.issue.fields.layout.column with parameters of type NavigableField
 void EditableColumnLayoutImpl.addColumn(NavigableField navigableField)
           
 void EditableColumnLayout.addColumn(NavigableField navigableField)
           
 boolean ColumnLayoutImpl.contains(NavigableField navigableField)
           
 boolean ColumnLayout.contains(NavigableField navigableField)
           
 

Method parameters in com.atlassian.jira.issue.fields.layout.column with type arguments of type NavigableField
protected  List<ColumnLayoutItem> DefaultColumnLayoutManager.getColumnLayoutItems(String username, SearchRequest searchRequest, Set<NavigableField> availableFields)
           
protected  List<ColumnLayoutItem> AbstractColumnLayoutManager.getColumnLayoutItems(String username, Set<NavigableField> availableFields)
           
protected  List<ColumnLayoutItem> AbstractColumnLayoutManager.verifyColumnLayoutItems(org.ofbiz.core.entity.GenericValue columnLayoutGV, Set<NavigableField> availableFields)
           
 

Constructors in com.atlassian.jira.issue.fields.layout.column with parameters of type NavigableField
ColumnLayoutItemImpl(NavigableField navigableField, int position)
           
ExcelColumnLayoutItem(NavigableField navigableField, int position)
           
 

Uses of NavigableField in com.atlassian.jira.mock.issue.fields
 

Classes in com.atlassian.jira.mock.issue.fields that implement NavigableField
 class MockNavigableField
           
 

Uses of NavigableField in com.atlassian.jira.notification.type
 

Methods in com.atlassian.jira.notification.type that return types with arguments of type NavigableField
 List<NavigableField> UserCFValue.getFields()
          Used in the UI layer.
 

Uses of NavigableField in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that return types with arguments of type NavigableField
protected abstract  List<NavigableField> AbstractViewIssueColumns.getAvailableNavigatableFields()
           
 

Uses of NavigableField in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin that return types with arguments of type NavigableField
protected  List<NavigableField> ViewIssueColumns.getAvailableNavigatableFields()
           
 

Uses of NavigableField in com.atlassian.jira.web.action.admin.enterprise
 

Methods in com.atlassian.jira.web.action.admin.enterprise that return types with arguments of type NavigableField
protected  List<NavigableField> ViewSearchRequestIssueColumns.getAvailableNavigatableFields()
           
 

Uses of NavigableField in com.atlassian.jira.web.action.user
 

Methods in com.atlassian.jira.web.action.user that return types with arguments of type NavigableField
protected  List<NavigableField> ViewUserIssueColumns.getAvailableNavigatableFields()
           
 

Uses of NavigableField in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component that return NavigableField
 NavigableField SimpleColumnLayoutItem.getNavigableField()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.