Retrieval of an Error List

This method has been deprecated. Retrieves an error list for the specified mobile workflow package for the specified time period, and paginates the results.

Syntax

PaginationResult<MobileWorkflowErrorVO> getMobileWorkflowErrorList(int startIndex, int maxRecordsToReturn, MobileWorkflowIDVO id, String userName, Calendar startDate, Calendar endDate, String orderByField, boolean bAscending) throws SUPAdminException;

Returns

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

Examples