Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.systemwideinterfaces.connectionbus.requests.IMetaAssociationSchema Interface Reference

List of all members.

Public Member Functions

IRetrievalSchema getRetrievalSchema ()

Package Functions

String getMetaAssociationName ()

Detailed Description

With a IMetaAssociationSchema, you can specify for a request, which associations also must be retrieved. An IMetaAssociationSchema can be added to a request by the method IRetrievalSchema.addMetaAssociationSchema(..).


Member Function Documentation

String com.mendix.systemwideinterfaces.connectionbus.requests.IMetaAssociationSchema.getMetaAssociationName ( ) [package]

Returns the name of the meta association of this schema.

Returns:
the name of the meta association.
IRetrievalSchema com.mendix.systemwideinterfaces.connectionbus.requests.IMetaAssociationSchema.getRetrievalSchema ( )

Returns the retrieval schema of the associated meta object.

Returns:
the retrieval schema of the associated meta object.

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