Mendix Runtime
Documentation for the Mendix Runtime Environment API
Package com.mendix.systemwideinterfaces.connectionbus.requests

Packages

package  types

Classes

interface  IMetaAssociationSchema
interface  IParameterMap
interface  IRetrievalSchema
interface  ISortExpression

Enumerations

enum  AggregateFunction {
  AVG, COUNT, MAX, MIN,
  SUM
}
enum  ResultType { RAW, ENTITY }

Enumeration Type Documentation

This enumeration can be used to define an aggregate function for a specific OQL query. This enumeration can be used as parameter for the method IRetrievalSchema.addAggregateRowDefinition(..).

Enumerator:
AVG 
COUNT 
MAX 
MIN 
SUM 

This enum type represents a specifying of the result form of retrieval requests.

Enumerator:
RAW 

Retrieves only the columns specified, or the columns of all attribute of the specified entity.

ENTITY 

Retrieves all data needed to fill in correctly a MendixObject instance.