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

Packages that use FieldException
com.atlassian.jira.issue.fields   
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> FieldAccessor.getAllAvailableNavigableFields()
           
 Set<CustomField> FieldAccessor.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Retrieves custom fields in scope for the given issue
 Set<NavigableField> FieldAccessor.getAvailableNavigableFields(com.atlassian.crowd.embedded.api.User remoteUser)
           
 Set<NavigableField> FieldAccessor.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, QueryContext queryContext)
          Gets all the available fields within the defined scope of the QueryContext.
 

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

Methods in com.atlassian.jira.web.component that throw FieldException
 List<ColumnLayoutItem> TableLayoutUtils.getColumns(User user, List<String> fields)
          Get the columns based off the a list of field names
 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> TableLayoutUtils.getColumns(User user, String applicationPropertyName)
          Get the columns based off an application property
 List<ColumnLayoutItem> TableLayoutUtils.getColumns(com.atlassian.crowd.embedded.api.User user, String applicationPropertyName)
          Get the columns based off an application property
 List<ColumnLayoutItem> TableLayoutUtils.getColumns(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.
 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.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.