Package wt.federation
Interface QuerySpecTranslator
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
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetService(FederatedService service) Associate a FederatedService with the translator instance.Return a string representing a search filter that returns objects matching the specified QuerySpec.
-
Method Details
-
translateQuerySpec
Return a string representing a search filter that returns objects matching the specified QuerySpec.
Supported API: true- Parameters:
qs-- Returns:
- String
- Throws:
FederationServicesException
-
setService
Associate a FederatedService with the translator instance.
Supported API: true- Parameters:
service-
-