GNDMS 0.6.0
RESTful verison of GNDMS
Package Functions

de.zib.gndms.common.dspace.service.DSpaceService Interface Reference

The interface of the DSpace service. More...

Inheritance diagram for de.zib.gndms.common.dspace.service.DSpaceService:
de.zib.gndms.gndmc.dspace.DSpaceClient

List of all members.

Package Functions

ResponseEntity< List
< Specifier< Void > > > 
listSubspaceSpecifiers (String dn)
 Lists all subspaces of the dspace.

Detailed Description

The interface of the DSpace service.

Clients and resources which should provide the DSpace service should implement this interface.

Some general remarks on the parameters:

Author:
Ulrike Golas

Member Function Documentation

ResponseEntity<List<Specifier<Void> > > de.zib.gndms.common.dspace.service.DSpaceService.listSubspaceSpecifiers ( String  dn) [package]

Lists all subspaces of the dspace.

Parameters:
dnThe dn of the user invoking the method.
Returns:
List of subspaces.

The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations