com.atlassian.jira.issue.fields
Class OriginalEstimateSystemField
java.lang.Object
com.atlassian.jira.issue.fields.AbstractField
com.atlassian.jira.issue.fields.NavigableFieldImpl
com.atlassian.jira.issue.fields.AbstractDurationSystemField
com.atlassian.jira.issue.fields.OriginalEstimateSystemField
- All Implemented Interfaces:
- Field, NavigableField, RestAwareField, Comparable
public class OriginalEstimateSystemField
- extends AbstractDurationSystemField
OriginalEstimateSystemField
public OriginalEstimateSystemField(com.atlassian.velocity.VelocityManager velocityManager,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext)
getSorter
public LuceneFieldSorter getSorter()
- Description copied from interface:
NavigableField
- A sorter to be used when sorting columns in a table. This sort uses the Lucene Document Collection
and is therefore a lot faster than sorting the issues in memory.
- Returns:
- A sorter that can be used to sort this field, or null depending on the value of
NavigableField.getSortComparatorSource()
- See Also:
DocumentIssueImpl
,
MappedSortComparator
getHiddenFieldId
public String getHiddenFieldId()
- Description copied from interface:
NavigableField
- Returns the id of the field to check for visibility. For example, with original estimate field
need to ensure that the timetracking field is not hidden. With most fields, this is the same as their
id.
- Specified by:
getHiddenFieldId
in interface NavigableField
- Overrides:
getHiddenFieldId
in class NavigableFieldImpl
getDuration
protected Long getDuration(Issue issue)
- Specified by:
getDuration
in class AbstractDurationSystemField
Copyright © 2002-2012 Atlassian. All Rights Reserved.