|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ItemType - the parameterised type of the result set of the querypublic interface Query<ItemType>
Defines a query which can be re-run and which presents a set view on its results. The Query is intended to represent both the old Taverna scavenger class (which were queries in all but name) and new integration with external search-able repositories in which case the term 'query' is a more literal description.
| Method Summary | |
|---|---|
void |
doQuery()
Run the query. |
java.util.Date |
getLastQueryTime()
Returns the time at which the query was last invoked, or null if the query has not been invoked yet. |
| Methods inherited from interface net.sf.taverna.t2.partition.SetModel |
|---|
addSetModelChangeListener, removeSetModelChangeListener |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
void doQuery()
java.util.Date getLastQueryTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||