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

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #602 (new task)

Opened 19 months ago

Last modified 19 months ago

Pojos Interface getUserDetails method

Reported by: jburel Owned by: jmoore
Priority: minor Milestone: Future
Component: Services Version: 3.0-Beta1
Keywords: Cc:

Description

Currently the method getUserDetails from IPojos service returns an Experimenter Data object, user. user.getGroups().getExperimenters() returns null.

To support collaborative work, user.getGroups().getExperimenters() should return a collection of Experimenter Data objects.

Note that for those Experimenter Data objects, the method object.getGroups().getExperimenters() can return null. I am not even sure that object.getGroups() needs to return a non-null collection.

Attachments

pojos.patch (0.7 kB) - added by jmoore 19 months ago.
Initial changes to support this.

Change History

Changed 19 months ago by jburel

the method user.getGroups() should probably only return the real groups i.e. remove from the list the group 'user' and 'default'

Changed 19 months ago by jburel

After discussion with Chris, I realised that I misunderstood the requirement. So this ticket doesn't need to be considered for now.

Changed 19 months ago by jmoore

  • priority changed from major to minor
  • version changed from 3.0-M3 to 3.0-Beta1
  • milestone changed from 3.0-Beta2 to Future

Changed 19 months ago by jmoore

  • attachment pojos.patch added

Initial changes to support this.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

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