|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.vc.config.MultipleLatestConfigSpec
public final class MultipleLatestConfigSpec
Returns all latest iterations for a master except those latest iterations
not owned by the current principal (either checked-out to another user
or stored in a personal cabinet). This ConfigSpec is similar to the
LatestConfigSpec, but returns potentially many iterations per master,
whereas the LatestConfigSpec returns only one.
Supported API: true
Extendable: false
Iterated,
Serialized Form| Method Summary | |
|---|---|
QuerySpec |
appendSearchCriteria(QuerySpec querySpec)
Appends a "latest == true" condition to the QuerySpec. |
QueryResult |
process(QueryResult results)
Returns all latest iterations either owned by the current principal (including via a checkout) or stored in a shared cabinet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public QuerySpec appendSearchCriteria(QuerySpec querySpec)
throws WTException,
QueryException
appendSearchCriteria in interface ConfigSpecquerySpec - A QuerySpec with a target class that is Iterated.
WTException
QueryExceptionQuerySpec,
SearchCondition
public QueryResult process(QueryResult results)
throws WTException
process in interface ConfigSpecresults - QueryResult of iterations to filter. Assumed to be the result of a query that included the additional search conditions applied by appendSearchCriteria.
WTExceptionVersioned,
wt.vc.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||