|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QuerySpecTranslator
This interface defines the attributes and methods required of a class
that implements translation of wt.query.QuerySpec objects to strings
representing search filters in foreign systems, especially systems accessed
via Info*Engine.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
setService(FederatedService service)
Associate a FederatedService with the translator instance. |
String |
translateQuerySpec(QuerySpec qs)
Return a string representing a search filter that returns objects matching the specified QuerySpec. |
| Method Detail |
|---|
String translateQuerySpec(QuerySpec qs)
throws wt.federation.FederationServicesException
qs -
wt.federation.FederationServicesExceptionvoid setService(FederatedService service)
service -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||