Ignore:
Timestamp:
08/11/14 16:07:55 (10 years ago)
Author:
olhsha@mpi.nl
Message:

Added group service. Tested via the tomcat on loclahots (test URI and postman), old unit tests are adjusted and work well. Todo: retest on localhost tomcat, look at run-time exceptions, add new unit tests, adjust front-end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/src/main/java/clarin/cmdi/componentregistry/ComponentRegistryFactory.java

    r1993 r5549  
    2323     * @return
    2424     */
    25     ComponentRegistry getComponentRegistry(ComponentStatus status, Owner owner, UserCredentials credentials) throws UserUnauthorizedException;
    26 
    27     ComponentRegistry getOtherUserComponentRegistry(Principal adminPrincipal, ComponentStatus status, Owner owner);
     25    ComponentRegistry getComponentRegistry(RegistrySpace space, Owner owner, UserCredentials credentials, Number groupId) throws UserUnauthorizedException;
    2826
    2927    ComponentRegistry getPublicRegistry();
     28   
     29    ComponentRegistry getOtherUserComponentRegistry(Principal adminPrincipal, Owner owner);
     30   
     31    ComponentRegistry getBaseRegistry(UserCredentials credentials);
    3032
    3133    RegistryUser getOrCreateUser(UserCredentials credentials);
Note: See TracChangeset for help on using the changeset viewer.