Retrieval of Hybrid App Context Variables

Retrieves context variables for the specified Hybrid App package.

Context variables customize how data is loaded into the SAP Mobile Server cache. You can use context variables to create a smaller, more focused data set that may yield improved performance.

Syntax

List<MobileHybridAppContextVariableVO> getMobileHybridAppContextVariables(MobileHybridAppIDVO hybridAppID) throws SUPAdminException;

Returns

If successful, returns a list of objects of the specified type (can be null).

Examples