Retrieval of Role Mappings

Retrieves role mappings for a package.

Role mappings map logical roles in the package to physical roles on the Unwired Server.

Syntax

Collection<RoleMappingVO> getRoleMappings() throws SUPAdminException;

Returns

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

Examples