public class ResultsPartition extends Object
Constructor and Description |
---|
ResultsPartition(String startDateStr,
String endDateStr,
String title)
Deprecated.
Construct a ResultsPartition with the provided range and title
|
Modifier and Type | Method and Description |
---|---|
void |
filter(CaptureSearchResults results)
Deprecated.
add all SearchResult objects from the SearchResults which fall
within the time range of this partition into this partition.
|
ArrayList<CaptureSearchResult> |
getMatches()
Deprecated.
|
String |
getTitle()
Deprecated.
|
int |
resultsCount()
Deprecated.
|
public int resultsCount()
public void filter(CaptureSearchResults results)
results
- public String getTitle()
public ArrayList<CaptureSearchResult> getMatches()
Copyright © 2005–2015 IIPC. All rights reserved.