Retrieval of a List of Applications

Retrieves a list of applications for a package.

Syntax

Collection<ApplicationVO> getApplications() throws SUPAdminException;

Returns

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

Examples