public interface OdataDataSource
ODataDataSource
is a built-in server-side DataSource
implementation that extends RestConnector
to add functionality for REST
webservices that follow the OData protocol. Everything
that applies to RestConnector
also applies to ODataDataSource
- it
is configured in the same way, provides the same support for pervasive Velocity templating,
etc. In addition to the regular RestConnector
facilities,
ODataDataSource
adds the following support, specifically for REST services that
follow the OData protocol
textMatchStyle
to the
corresponding OData function ("substring
" becomes "contains
" and
"startsWith
" becomes "startswith
"; other textMatchStyles just
generate straight equality checks), but there is no current support for true AdvancedCriteria
RestConnector
defaults