Associated Mobile Business Objects

Retrieves a list of the mobile business objects associated with a cache group.

Syntax

Collection<String> getCacheGroupMBOs(String cacheGroupName) throws SUPAdminException;

Returns

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

Examples