Retrieval of Device Workflow Assignments

Retrieves all mobile workflow packages that are assigned to the specified device.

Syntax

List<MobileWorkflowAssignmentVO> getDeviceWorkflowAssignments(Integer deviceLogicalID) throws SUPAdminException;

Returns

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

Examples