Uses of Class
com.atlassian.jira.issue.fields.FieldException

Packages that use FieldException
com.atlassian.jira.issue.fields   
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 FieldException in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields that throw FieldException
 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> FieldAccessor.getAllAvailableNavigableFields()
          Deprecated.  
 Set<CustomField> DefaultFieldManager.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 Set<CustomField> FieldManager.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Retrieves custom fields in scope for the given issue
 Set<CustomField> FieldAccessor.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Deprecated. Retrieves custom fields in scope for the given issue
 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> FieldAccessor.getAvailableNavigableFields(com.atlassian.crowd.embedded.api.User remoteUser)
          Deprecated.  
 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> FieldAccessor.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user)
          Deprecated. Gets all the available fields that the user can see, this is providing no context scope.
 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> FieldAccessor.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user, QueryContext queryContext)
          Deprecated. Gets all the available fields within the defined scope of the QueryContext.
 

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

Methods in com.atlassian.jira.web.action that throw FieldException
protected abstract  List<NavigableField> AbstractViewIssueColumns.getAvailableNavigatableFields()
           
 

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

Methods in com.atlassian.jira.web.action.admin that throw FieldException
protected  List<NavigableField> ViewIssueColumns.getAvailableNavigatableFields()
           
 

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

Methods in com.atlassian.jira.web.action.admin.enterprise that throw FieldException
protected  List<NavigableField> ViewSearchRequestIssueColumns.getAvailableNavigatableFields()
           
 

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

Methods in com.atlassian.jira.web.action.user that throw FieldException
protected  List<NavigableField> ViewUserIssueColumns.getAvailableNavigatableFields()
           
 

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

Methods in com.atlassian.jira.web.component that throw FieldException
 List<ColumnLayoutItem> TableLayoutUtilsImpl.getColumns(com.atlassian.crowd.embedded.api.User user, List<String> fields)
           
 List<ColumnLayoutItem> TableLayoutUtils.getColumns(com.atlassian.crowd.embedded.api.User user, List<String> fields)
          Get the columns based off the a list of field names
 List<ColumnLayoutItem> TableLayoutUtilsImpl.getColumns(com.atlassian.crowd.embedded.api.User user, String applicationPropertyName)
           
 List<ColumnLayoutItem> TableLayoutUtils.getColumns(com.atlassian.crowd.embedded.api.User user, String applicationPropertyName)
          Get the columns based off an application property
 List<ColumnLayoutItem> TableLayoutUtilsImpl.getColumns(com.atlassian.crowd.embedded.api.User user, String context, List<String> columnNames, boolean addDefaults)
           
 List<ColumnLayoutItem> TableLayoutUtils.getColumns(com.atlassian.crowd.embedded.api.User user, String applicationPropertyName, List<String> fields, boolean addDefaults)
          Get the columns based on a list of field names, and the default as defined in application properties with the given property name.
 IssueTableLayoutBean TableLayoutFactory.getDashboardLayout(com.atlassian.crowd.embedded.api.User user, List<String> columnNames)
          Get the columns relevant for the dashboard, but limiting to a specific list of column names.
 IssueTableLayoutBean TableLayoutFactory.getSubTaskIssuesLayout(com.atlassian.crowd.embedded.api.User user, Issue parentIssue, SubTaskBean subTaskBean, String subTaskView, boolean timeTrackingData)
          Get the layout for sub-tasks on the view issue page.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.