|
+
|
CHARACTER Context
|
Gets/sets the Context for this request. The Context contains the
information controlling the positions for the next batch
|
|
+
|
CHARACTER CustomContext
|
Gets/Sets the CustomContext used for the communication with the
Business Entity.
|
|
+
|
Consultingwerk.ISerializable CustomParameter
|
Gets and sets the reference to the custom parameter object
|
|
+
|
CHARACTER Joins
|
A chr(1) separated list of join fields for the requested tables,
in the form of ForeignFields. Included in this parameter, if
applicable, is the element number of the Business Entity the
foreign field is contained in, relative to the current request.
|
|
+
|
Consultingwerk.OERA.INamedQueryParameter NamedQuery
|
Gets and sets the NamedQueryParameter instance of the call
|
|
+
|
CHARACTER NextContext
|
Specifies the next record that was NOT returned to the client.
|
|
+
|
INTEGER NumRecords
|
Specifies the batch size.
|
|
+
|
CHARACTER Positions
|
A chr(1) separated list of positions for the requested tables.
|
|
+
|
CHARACTER PrevContext
|
Specifies the prev record that was NOT returned to the
client.
|
|
+
|
CHARACTER Queries
|
A chr(1) separated list of queries that corresponds to
the requested tables. An empty entry means use default query.
|
|
+
|
CHARACTER Requests
|
Specifies the actual request that corresponds to the table in
a chr(1) delimited list.
|
|
+
|
INTEGER StopAfter
|
Value for StopAfter to be passed to the Service Interface
|
|
+
|
CHARACTER Tables
|
Tables for which to retrieve data or definitions, specified as a
comma separated list. The names must match the physical name of
the temp-table definitions of the prodataset that corresponds to
the Business Entity.
|