• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 5525 for trunk/SRC/org/openmicroscopy/shoola/env/data/OmeroDataService.java

Show
Ignore:
Timestamp:
06/30/08 10:15:48 (5 months ago)
Author:
jburel
Message:

Cleaning code and modified group selection

Files:
1 modified

  • trunk/SRC/org/openmicroscopy/shoola/env/data/OmeroDataService.java (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/env/data/OmeroDataService.java

    r5514 r5525  
    4141import pojos.DataObject; 
    4242import pojos.ExperimenterData; 
    43 import pojos.GroupData; 
    4443import pojos.ImageData; 
    4544 
    … …  
    480479 
    481480        /** 
    482          * Returns a map whose keys are the <code>GroupData</code> objetcs 
    483          * and the values are the <code>ExperimenterData</code>s contained 
    484          * in the group. 
    485          *  
    486          * @return See above. 
    487          * @throws DSOutOfServiceException If the connection is broken, or logged in 
    488          * @throws DSAccessException If an error occured while trying to  
    489          * retrieve data from OMERO service.  
    490          */ 
    491         public Map<GroupData, Set> getAvailableGroups() 
    492                 throws DSOutOfServiceException, DSAccessException; 
    493  
    494         /** 
    495481         * Retrieves and saves the archived files. 
    496482         * Returns a map whose keys are the number of archived files retrieves 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/