GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Package Functions

de.zib.gndms.logic.model.dspace.SubspaceProvider Interface Reference

Provides a mapping of subspace ids and subspaces. More...

Inheritance diagram for de.zib.gndms.logic.model.dspace.SubspaceProvider:
de.zib.gndms.logic.model.dspace.SubspaceProviderImpl

List of all members.

Public Member Functions

List< String > list ()
 Returns a list containing all existing subspace ids.
Subspace get (String subspace)
 Returns the subspace for a given subspace id.
void create (String config)

Package Functions

boolean exists (String subspace)
 Checks whether a given subspace id exists.

Detailed Description

Provides a mapping of subspace ids and subspaces.

Author:
Ulrike Golas, Jörg Bachmann

Member Function Documentation

boolean de.zib.gndms.logic.model.dspace.SubspaceProvider.exists ( String  subspace) [package]

Checks whether a given subspace id exists.

Parameters:
subspaceThe subspace id.
Returns:
true, if this subspace exists, otherwise false.

Implemented in de.zib.gndms.logic.model.dspace.SubspaceProviderImpl.

Subspace de.zib.gndms.logic.model.dspace.SubspaceProvider.get ( String  subspace)

Returns the subspace for a given subspace id.

Parameters:
subspaceThe requested subspace id.
Returns:
The corresponding subspace.
List< String > de.zib.gndms.logic.model.dspace.SubspaceProvider.list ( )

Returns a list containing all existing subspace ids.

Returns:
The list.

Implemented in de.zib.gndms.logic.model.dspace.SubspaceProviderImpl.


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