- Timestamp:
- 06/30/08 10:15:48 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SRC/org/openmicroscopy/shoola/env/data/OmeroDataService.java
r5514 r5525 41 41 import pojos.DataObject; 42 42 import pojos.ExperimenterData; 43 import pojos.GroupData;44 43 import pojos.ImageData; 45 44 … … 480 479 481 480 /** 482 * Returns a map whose keys are the <code>GroupData</code> objetcs483 * and the values are the <code>ExperimenterData</code>s contained484 * in the group.485 *486 * @return See above.487 * @throws DSOutOfServiceException If the connection is broken, or logged in488 * @throws DSAccessException If an error occured while trying to489 * retrieve data from OMERO service.490 */491 public Map<GroupData, Set> getAvailableGroups()492 throws DSOutOfServiceException, DSAccessException;493 494 /**495 481 * Retrieves and saves the archived files. 496 482 * Returns a map whose keys are the number of archived files retrieves
