jet.server.api.db
Interface Workspaces

All Superinterfaces:
DBCollection

public interface Workspaces
extends DBCollection

A Workspaces is a container of Workspace.


Method Summary
 Workspace[] toArray()
          Gets all Workspace.
 
Methods inherited from interface jet.server.api.db.DBCollection
contains, contains, isEmpty, iterator, size
 

Method Detail

toArray

Workspace[] toArray()
Gets all Workspace.

Returns:
array of Workspace.