org.sonar.server.filters
Class FilterResult

java.lang.Object
  extended by org.sonar.server.filters.FilterResult

public class FilterResult
extends Object


Field Summary
static int SORTED_COLUMN_INDEX
           
 
Constructor Summary
FilterResult(Filter filter, List rows)
           
 
Method Summary
 Integer getProjectId(Object row)
           
 int getProjectIdIndex()
           
 Integer getRootProjectId(Object row)
           
 int getRootProjectIdIndex()
           
 List getRows()
           
 Integer getSnapshotId(Object row)
           
 int getSnapshotIdIndex()
           
 void removeUnvalidRows()
           
 int size()
           
 void sort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SORTED_COLUMN_INDEX

public static final int SORTED_COLUMN_INDEX
See Also:
Constant Field Values
Constructor Detail

FilterResult

public FilterResult(Filter filter,
                    List rows)
Method Detail

getRows

public List getRows()
Returns:
a list of arrays

size

public int size()

getSnapshotId

public Integer getSnapshotId(Object row)

getProjectId

public Integer getProjectId(Object row)

getRootProjectId

public Integer getRootProjectId(Object row)

getSnapshotIdIndex

public int getSnapshotIdIndex()

getProjectIdIndex

public int getProjectIdIndex()

getRootProjectIdIndex

public int getRootProjectIdIndex()

sort

public void sort()

removeUnvalidRows

public void removeUnvalidRows()


Copyright © 2009-2012 SonarSource. All Rights Reserved.