Retrieval of Context Variables

Retrieves context variables for the specified mobile workflow package.

Context variables customize how data is loaded into the Unwired 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