return dspace.getServiceManager().getServiceByName(
"org.dspace.discovery.SearchService", CrisSearchService.class);
}
public Map<String, ICRISComponent> getRPComponents() {
CrisComponentsService compService = dspace.getServiceManager().getServiceByName("rpComponentsService", CrisComponentsService.class);
if (compService == null)
{
return null;
}
return compService.getComponents();
}