Operations Retrieval

Retrieves a list of the operations of a mobile business object.

Syntax

Collection<String> getOperations() throws SUPAdminException;

Returns

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

Examples