Uses of Class
com.fabula.timeline.service.model.Groups

Packages that use Groups
com.fabula.timeline.service.rest.impl   
 

Uses of Groups in com.fabula.timeline.service.rest.impl
 

Methods in com.fabula.timeline.service.rest.impl that return Groups
 Groups TimelineResource.getGroups()
          GET
Gets all the groups
URL: /groups/
Produces JSON or XML with list of all groups
 Groups TimelineResource.getGroupsOfUser(java.lang.String username)
          GET
Gets the groups the user is member of
URL: /groups/{username}
Produces JSON or XML with list of groups the user is member of.