Retrieval of Context Variables

This method has been deprecated. Retrieves context variables for the specified mobile workflow 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<MobileWorkflowContextVariableVO> getMobileWorkflowContextVariables(MobileWorkflowIDVO workflowID) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples