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

Packages that use Field
com.atlassian.jira   
com.atlassian.jira.bc.subtask.conversion   
com.atlassian.jira.bulkedit.operation   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.screen   
com.atlassian.jira.issue.fields.util   
com.atlassian.jira.jql.permission   
com.atlassian.jira.mock.issue.fields   
com.atlassian.jira.plugin.projectpanel.impl   
com.atlassian.jira.plugin.workflow   
com.atlassian.jira.rest.v2.issue   
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
 

Methods in com.atlassian.jira with parameters of type Field
static String JiraDataTypes.getType(Field field)
           
 

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 BulkMoveOperationImpl.getFieldName(Field field, I18nHelper i18nHelper)
           
 

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

Subinterfaces of Field in com.atlassian.jira.issue.fields
 interface AffectedVersionsField
           
 interface ComponentsField
           
 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 FixVersionsField
           
 interface IssueTypeField
          Represents the IssueType System Field.
 interface LabelsField
           
 interface MandatoryField
           
 interface NavigableField
          Fields in JIRA which are able to be placed in the Issue Navigator implement this interface.
 interface OrderableField
          Interface for fields in JIRA which are able to be placed on "screens" - once they are on the screen they have an "order".
 interface ProjectField
          Represents the Project System Field.
 interface RequirableField
          A marker interface for fields in JIRA which can be made "required" as part of a FieldLayout.
 interface SearchableField
           
 interface SummaryField
           
 interface TimeSpentField
           
 

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
          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 MockOrderableField
          A very simple OrderableField field.
 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 TimeTrackingSystemField
          The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and Remaining Estimate.
 class UpdatedSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class VotesSystemField
          Created by IntelliJ IDEA.
 class WatchesSystemField
           
 class WorklogSystemField
          A field representation of logging work.
 class WorkRatioSystemField
           
 

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

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

Methods in com.atlassian.jira.issue.fields with parameters of type Field
 int FieldNameComparator.compare(Field field1, Field field2)
           
 boolean DefaultFieldManager.isCustomField(Field field)
           
 boolean FieldAccessor.isCustomField(Field field)
          Deprecated.  
 boolean FieldManager.isCustomField(Field field)
           
 boolean DefaultFieldManager.isFieldHidden(com.atlassian.crowd.embedded.api.User remoteUser, Field field)
           
 boolean FieldAccessor.isFieldHidden(com.atlassian.crowd.embedded.api.User remoteUser, Field field)
          Deprecated.  
 boolean FieldManager.isFieldHidden(com.atlassian.crowd.embedded.api.User remoteUser, Field field)
           
 boolean DefaultFieldManager.isHideableField(Field field)
           
 boolean FieldAccessor.isHideableField(Field field)
          Deprecated.  
 boolean FieldManager.isHideableField(Field field)
           
 boolean DefaultFieldManager.isMandatoryField(Field field)
           
 boolean FieldAccessor.isMandatoryField(Field field)
          Deprecated.  
 boolean FieldManager.isMandatoryField(Field field)
           
 boolean DefaultFieldManager.isNavigableField(Field field)
           
 boolean FieldAccessor.isNavigableField(Field field)
          Deprecated.  
 boolean FieldManager.isNavigableField(Field field)
           
 boolean DefaultFieldManager.isOrderableField(Field field)
           
 boolean FieldAccessor.isOrderableField(Field field)
          Deprecated.  
 boolean FieldManager.isOrderableField(Field field)
           
 boolean DefaultFieldManager.isRenderableField(Field field)
           
 boolean FieldAccessor.isRenderableField(Field field)
          Deprecated.  
 boolean FieldManager.isRenderableField(Field field)
           
 boolean DefaultFieldManager.isRequirableField(Field field)
           
 boolean FieldAccessor.isRequirableField(Field field)
          Deprecated.  
 boolean FieldManager.isRequirableField(Field field)
           
 boolean DefaultFieldManager.isUnscreenableField(Field field)
           
 boolean FieldAccessor.isUnscreenableField(Field field)
          Deprecated.  
 boolean FieldManager.isUnscreenableField(Field field)
           
 

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

Methods in com.atlassian.jira.issue.fields.layout.field that return types with arguments of type Field
 List<Field> MockFieldLayout.getHiddenFields(Project project, List<String> issueTypeIds)
           
 List<Field> FieldLayoutImpl.getHiddenFields(Project project, List<String> issueTypeIds)
           
 List<Field> FieldLayout.getHiddenFields(Project project, List<String> issueTypeIds)
          Returns all hidden fields (system fields and custom fields) for a given project and issue type(s).
 List<Field> MockFieldLayout.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue project, List<String> issueTypeIds)
           
 List<Field> FieldLayoutImpl.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue project, List<String> issueTypeIds)
           
 List<Field> FieldLayout.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue project, List<String> issueTypeIds)
          Deprecated. Use FieldLayout.getHiddenFields(com.atlassian.jira.project.Project, java.util.List). Since v4.3
 List<Field> MockFieldLayout.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser, Project project, List<String> issueTypeIds)
           
 List<Field> FieldLayoutImpl.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser, Project project, List<String> issueTypeIds)
           
 List<Field> FieldLayout.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser, Project project, List<String> issueTypeIds)
          Deprecated. Use FieldLayout.getHiddenFields(com.atlassian.jira.project.Project, java.util.List). Since v4.3
 

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

Method parameters in com.atlassian.jira.issue.fields.screen with type arguments of type Field
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate)
          Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
 

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

Methods in com.atlassian.jira.issue.fields.util that return types with arguments of type Field
static Predicate<Field> FieldPredicates.isCustomDateField()
          Return a predicate that will return true if the input field is a date custom field.
static Predicate<Field> FieldPredicates.isCustomField()
          Return a predicate that will return true if the input field is a custom field.
static Predicate<Field> FieldPredicates.isCustomUserField()
          Return a predicate that will return true if the input field is a user custom field.
static Predicate<Field> FieldPredicates.isDateField()
          Return a predicate that will return true if the input field is a date field.
static Predicate<Field> FieldPredicates.isStandardViewIssueCustomField()
          Return a predicate that returns true for custom fields that should be displayed in the custom field section of the view issue screen.
static Predicate<Field> FieldPredicates.isUserField()
          Return a predicate that will return true if the input field is a user 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.mock.issue.fields
 

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

Uses of Field in com.atlassian.jira.plugin.projectpanel.impl
 

Methods in com.atlassian.jira.plugin.projectpanel.impl that return types with arguments of type Field
 List<Field> LabelsHeatmapProjectTabPanel.getLabelFields(Long projectId)
           
 

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.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type Field
 void IssueBean.addField(Field field, FieldJsonRepresentation data, boolean includeRenderedVersion)
           
 boolean IncludedFields.included(Field field)
           
static FieldBean FieldBean.shortBean(Field field, FieldManager fieldManager)
           
 

Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type Field
static Collection<FieldBean> FieldBean.shortBeans(Collection<Field> fields, FieldManager fieldManager)
           
 

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 UpdateIssueFields.getField(String id)
          Deprecated.  
 Field IssueCreationHelperBeanImpl.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-2012 Atlassian. All Rights Reserved.