Ignore:
Timestamp:
08/18/14 09:50:16 (10 years ago)
Author:
olhsha@mpi.nl
Message:

Unit test for getting profiles and components from groups. A little bug is fixed

File:
1 edited

Legend:

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

    r5553 r5556  
    4141     * @throws ComponentRegistryException
    4242     */
    43     List<ComponentDescription> getComponentDescriptions() throws ComponentRegistryException, UserUnauthorizedException;
     43    List<ComponentDescription> getComponentDescriptions() throws ComponentRegistryException, UserUnauthorizedException, ItemNotFoundException;
    4444
    4545   
     
    5252     * @throws ComponentRegistryException
    5353     */
    54     List<ProfileDescription> getProfileDescriptions() throws ComponentRegistryException, UserUnauthorizedException;
     54    List<ProfileDescription> getProfileDescriptions() throws ComponentRegistryException, UserUnauthorizedException, ItemNotFoundException;
    5555
    5656
     
    6060     * @throws ComponentRegistryException
    6161     */
    62     List<ProfileDescription> getProfileDescriptionsForMetadaEditor() throws ComponentRegistryException;
     62    List<ProfileDescription> getProfileDescriptionsForMetadaEditor() throws ComponentRegistryException, UserUnauthorizedException, ItemNotFoundException;
    6363
    6464    /**
     
    6767    * @throws ComponentRegistryException
    6868    */
    69    List<ProfileDescription> getProfileDescriptionsForMetadaEditor(Number groupId) throws ComponentRegistryException, UserUnauthorizedException;
     69   List<ProfileDescription> getProfileDescriptionsForMetadaEditor(Number groupId) throws ComponentRegistryException, UserUnauthorizedException, ItemNotFoundException;
    7070
    7171   ProfileDescription getProfileDescriptionAccessControlled(String id) throws ComponentRegistryException, UserUnauthorizedException, ItemNotFoundException;
Note: See TracChangeset for help on using the changeset viewer.