com.atlassian.jira.issue.fields
Interface IssueTypeField

All Superinterfaces:
Comparable, ConfigurableField, DependentField, Field, IssueConstantsField, MandatoryField, OrderableField, SearchableField
All Known Implementing Classes:
IssueTypeSystemField

@PublicApi
public interface IssueTypeField
extends ConfigurableField, DependentField, MandatoryField, IssueConstantsField

Represents the IssueType System Field.

Since:
v4.3

Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.fields.OrderableField
MOVE_ISSUE_PARAM_KEY, NO_HEADER_PARAM_KEY, TEMPLATE_DIRECTORY_PATH
 
Method Summary
 String getEditHtml(OperationContext operationContext, webwork.action.Action action, List options)
           
 Collection<Option> getOptionsForIssue(Issue issue, boolean isSubTask)
           
 
Methods inherited from interface com.atlassian.jira.issue.fields.ConfigurableField
getAssociatedProjectObjects, getAssociatedProjects, getConfigurationItemTypes, getRelevantConfig
 
Methods inherited from interface com.atlassian.jira.issue.fields.DependentField
getParentField
 
Methods inherited from interface com.atlassian.jira.issue.fields.OrderableField
availableForBulkEdit, canRemoveValueFromIssueObject, createValue, getBulkEditHtml, getCreateHtml, getCreateHtml, getDefaultValue, getEditHtml, getEditHtml, getValueFromParams, getViewHtml, getViewHtml, getViewHtml, hasParam, hasValue, isShown, needsMove, populateDefaults, populateForMove, populateFromIssue, populateFromParams, populateParamsFromString, removeValueFromIssueObject, updateIssue, updateValue, validateParams
 
Methods inherited from interface com.atlassian.jira.issue.fields.SearchableField
createAssociatedSearchHandler
 
Methods inherited from interface com.atlassian.jira.issue.fields.IssueConstantsField
getIssueConstants
 

Method Detail

getOptionsForIssue

Collection<Option> getOptionsForIssue(Issue issue,
                                      boolean isSubTask)

getEditHtml

String getEditHtml(OperationContext operationContext,
                   webwork.action.Action action,
                   List options)


Copyright © 2002-2014 Atlassian. All Rights Reserved.