The connector implementation supports retrieving of functions metadata
from the EIS using regular expressions - for example: the connector
implements - Set getFunctions(String functionNameRegularExpression,
String functionGroupRegularExpression)
The connector implementation supports retrieving of conditions with the
equal operator - Equal conditions are conditions of type: A.x = value
object A attribute x is equal to value.
The connector implementation supports retrieving of conditions with the
greater than operator - Greater than conditions are conditions of type:
A.x GREATERTHAN value object A attribute x is greater than to value.
The connector implementation supports retrieving of conditions with the
greater than or equal operator - Greater than or equal conditions are
conditions of type: A.x GREATERTHANOREQUAL value object A attribute x
is greater than or equal to value.
The connector implementation supports retrieving of conditions with the
less than operator - Less than conditions are conditions of type: A.x
LESSTHAN value object A attribute x is less than to value.
The connector implementation supports retrieving of conditions with the
less than or equal operator Less than or equal conditions are
conditions of type: A.x LESSTHANOREQUAL value - object A attribute x is
less than or equal to value.
The connector implementation supports retrieving of conditions with the
like operator - Like conditions are conditions of type: A.x LIKE value
object A attribute x is like to value.
The connector implementation supports retrieving of conditions with the
not equal operator - Not equal conditions are conditions of type: A.x
NOTEQUAL value object A attribute x is not equal to value.