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

Packages that use Field
com.atlassian.jira   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.screen   
 

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.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 IssueTypeField
          Represents the IssueType System Field.
 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
           
 

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

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

Methods in com.atlassian.jira.issue.fields with parameters of type Field
 boolean FieldAccessor.isCustomField(Field field)
           
 boolean FieldAccessor.isFieldHidden(com.atlassian.crowd.embedded.api.User remoteUser, Field field)
           
 boolean FieldAccessor.isHideableField(Field field)
           
 boolean FieldAccessor.isMandatoryField(Field field)
           
 boolean FieldAccessor.isNavigableField(Field field)
           
 boolean FieldAccessor.isOrderableField(Field field)
           
 boolean FieldAccessor.isRenderableField(Field field)
           
 boolean FieldAccessor.isRequirableField(Field field)
           
 boolean FieldAccessor.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> FieldLayout.getHiddenFields(Project 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> 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 FieldScreenRendererFactory.getFieldScreenRenderer(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.
 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.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.