Retrieval of Replication Package Subscriptions

Retrieves replication package subscriptions.

Syntax

Collection<RBSSubscriptionVO> getRBSSubscriptions(String syncGroup, String user) throws SUPAdminException;

Returns

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

Examples