Retrieval of Matching Rules

Retrieves matching rules for the specified mobile workflow package.

Matching rules are used by the email listener to identify e-mails that match the rules specified by the administrator. When an e-mail message matches the rule, Unwired Server sends the e-mail message as a workflow to the device that matches the rule.

Syntax

MobileWorkflowMatchingRulesVO getMobileWorkflowMatchingRule(MobileWorkflowIDVO workflowID) throws SUPAdminException;

Returns

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

Examples