Retrieve List of Hybrid Apps Assigned to an Application Connection Template

Retrieve the Hybrid App assignment information for an application connection template. This can only be done by the SAP Mobile Platform help desk or a SAP Mobile Platform administrator.

Syntax

List<MobileHybridAppAssignmentVO> getTemplateHybridAppAssignments(int templateID)
          throws SUPAdminException;

Parameters

Returns

If successful, returns a list of Hybrid Apps. If unsuccessful, throws SUPAdminException.

Examples