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/frontend/CMDItemInfo.java

    r4098 r5549  
    11package clarin.cmdi.componentregistry.frontend;
    22
    3 import clarin.cmdi.componentregistry.ComponentStatus;
    43import java.io.Serializable;
    54
    65import clarin.cmdi.componentregistry.MDMarshaller;
     6import clarin.cmdi.componentregistry.RegistrySpace;
    77import clarin.cmdi.componentregistry.model.BaseDescription;
    88
     
    9999
    100100   
    101     public ComponentStatus getStatus() {
    102         return displayNode.getStatus();
     101    public RegistrySpace getSpace() {
     102        return displayNode.getSpace();
    103103    }
    104104       
Note: See TracChangeset for help on using the changeset viewer.