com.atlassian.greenhopper.service.rank
Class SortedByRankFieldResult

java.lang.Object
  extended by com.atlassian.greenhopper.service.rank.SortedByRankFieldResult

public class SortedByRankFieldResult
extends java.lang.Object

Holds the result of extracting the sorted by RankField from a query. Besides having/not having a rank field order by, additional warnings could be issued, such as duplicate name or descending order.


Method Summary
 com.atlassian.jira.issue.fields.CustomField getCustomField()
           
 ErrorCollection getWarnings()
           
 boolean isCanBeFixed()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isValid

public boolean isValid()

getCustomField

public com.atlassian.jira.issue.fields.CustomField getCustomField()

getWarnings

public ErrorCollection getWarnings()

isCanBeFixed

public boolean isCanBeFixed()


Copyright © 2007-2012 Atlassian. All Rights Reserved.