Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest Interface Reference
+ Inheritance diagram for com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest:

List of all members.

Public Member Functions

void setQuery (String query)

Package Functions

String getQuery ()

Detailed Description

This interface represents a textual retrieval request. Implementations of this interface contain a textual retrieval text which will be parsed to determine which objects must be retrieved.


Member Function Documentation

String com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest.getQuery ( ) [package]

Returns the retrieval text of this request.

void com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest.setQuery ( String  query)

Sets the retrieval text of this request.


The documentation for this interface was generated from the following file: