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

Packages that use Field
com.atlassian.jira.bc.subtask.conversion   
com.atlassian.jira.bulkedit.operation   
com.atlassian.jira.issue.fields   
com.atlassian.jira.jql.permission   
com.atlassian.jira.plugin.workflow   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin.issuefields   
com.atlassian.jira.web.action.admin.issuefields.screens   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.bulkedit   
 

Uses of Field in com.atlassian.jira.bc.subtask.conversion
 

Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type Field
protected  boolean DefaultIssueConversionService.isShouldCheckFieldValue(JiraServiceContext context, Issue origIssue, Field field)
          JRA-12671 - need to determine if we should call hasValue on the field.
 

Uses of Field in com.atlassian.jira.bulkedit.operation
 

Methods in com.atlassian.jira.bulkedit.operation with parameters of type Field
 String BulkMoveOperation.getFieldName(Field field, I18nHelper i18nHelper)
           
 

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

Subinterfaces of Field in com.atlassian.jira.issue.fields
 interface ConfigurableField
          ConfigurableField are fields which have FieldConfigItemType that can be stored for a given JiraContextNode
 interface CustomField
          Custom Field interface.
 interface DependentField
          Defines fields that are dependent on another field
 interface MandatoryField
           
 interface NavigableField
           
 interface OrderableField
           
 interface RequirableField
           
 interface SearchableField
           
 

Classes in com.atlassian.jira.issue.fields that implement Field
 class AbstractAggregateDurationSystemField
          Abstract field for aggregate Time Tracking values.
 class AbstractDurationSystemField
           
 class AbstractField
           
 class AbstractOrderableField
          Copyright (c) 2002-2004 All rights reserved.
 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 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 AttachmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class CommentSystemField
          Defines a comment in Jira.
 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 DescriptionSystemField
          Copyright (c) 2002-2004 All rights reserved.
 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 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
          Copyright (c) 2002-2004 All rights reserved.
 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 TimeTrackingSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class UpdatedSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class VotesSystemField
          Created by IntelliJ IDEA.
 class WorkRatioSystemField
           
 

Methods in com.atlassian.jira.issue.fields that return Field
 Field DefaultFieldManager.getField(String id)
           
 Field FieldManager.getField(String id)
          Get a field by its id.
 Field DependentField.getParentField()
           
 Field IssueTypeSystemField.getParentField()
           
 

Methods in com.atlassian.jira.issue.fields that return types with arguments of type Field
 Set<Field> DefaultFieldManager.getUnavailableFields()
           
 Set<Field> FieldManager.getUnavailableFields()
           
 

Methods in com.atlassian.jira.issue.fields with parameters of type Field
 boolean DefaultFieldManager.isCustomField(Field field)
           
 boolean FieldManager.isCustomField(Field field)
           
 boolean DefaultFieldManager.isFieldHidden(User remoteUser, Field field)
          Determines whether the field is NOT hidden in AT LEAST one FieldLayout that the user can see (assigned to projects for which the user has the Permissions.BROWSE permission).
 boolean FieldManager.isFieldHidden(User remoteUser, Field field)
           
 boolean DefaultFieldManager.isHideableField(Field field)
           
 boolean FieldManager.isHideableField(Field field)
           
 boolean DefaultFieldManager.isMandatoryField(Field field)
           
 boolean FieldManager.isMandatoryField(Field field)
           
 boolean DefaultFieldManager.isNavigableField(Field field)
           
 boolean FieldManager.isNavigableField(Field field)
           
 boolean DefaultFieldManager.isOrderableField(Field field)
           
 boolean FieldManager.isOrderableField(Field field)
           
 boolean DefaultFieldManager.isRenderableField(Field field)
           
 boolean FieldManager.isRenderableField(Field field)
           
 boolean DefaultFieldManager.isRequirableField(Field field)
           
 boolean FieldManager.isRequirableField(Field field)
           
 boolean DefaultFieldManager.isUnscreenableField(Field field)
           
 boolean FieldManager.isUnscreenableField(Field field)
           
 

Uses of Field in com.atlassian.jira.jql.permission
 

Methods in com.atlassian.jira.jql.permission with parameters of type Field
 ClausePermissionChecker FieldClausePermissionChecker.Factory.createPermissionChecker(Field field)
           
 ClausePermissionChecker FieldClausePermissionChecker.DefaultFactory.createPermissionChecker(Field field)
           
 

Constructors in com.atlassian.jira.jql.permission with parameters of type Field
FieldClausePermissionChecker(Field field, FieldManager fieldManager)
           
 

Uses of Field in com.atlassian.jira.plugin.workflow
 

Methods in com.atlassian.jira.plugin.workflow with parameters of type Field
 boolean UpdateIssueFieldFunctionPluginFactory.hasCustomEditTemplate(Field field)
           
 

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

Methods in com.atlassian.jira.web.action that return Field
 Field JiraWebActionSupport.getField(String id)
           
 

Uses of Field in com.atlassian.jira.web.action.admin.issuefields
 

Methods in com.atlassian.jira.web.action.admin.issuefields with parameters of type Field
 String AbstractConfigureFieldLayout.getFieldName(Field field)
           
 

Uses of Field in com.atlassian.jira.web.action.admin.issuefields.screens
 

Methods in com.atlassian.jira.web.action.admin.issuefields.screens that return Field
 Field AssociateFieldToScreens.getField()
           
 

Methods in com.atlassian.jira.web.action.admin.issuefields.screens with parameters of type Field
 String ConfigureFieldScreen.getFieldName(Field field)
           
 

Uses of Field in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return Field
 Field IssueCreationHelperBeanImpl.getField(String id)
           
 Field UpdateIssueFields.getField(String id)
           
 

Methods in com.atlassian.jira.web.action.issue with parameters of type Field
 String MoveIssueUpdateFields.getFieldName(Field field)
           
 String AbstractConvertIssue.getFieldName(Field field)
          Utility method used by convertissuetosubtask-confirm.jsp
protected  boolean MoveIssueUpdateFields.isShouldCheckFieldValue(Issue origIssue, Field field)
          JRA-12671 - need to determine if we should call hasValue on the field.
 

Uses of Field in com.atlassian.jira.web.action.issue.bulkedit
 

Methods in com.atlassian.jira.web.action.issue.bulkedit with parameters of type Field
 String BulkMove.getFieldName(Field field)
           
 boolean BulkWorkflowTransition.isForceResolution(Field field)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.