Package org.dspace.xoai.services.api.set
Interface SetSpecResolver
-
- All Known Implementing Classes:
DSpaceSetSpecResolver
public interface SetSpecResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DSpaceObjectfromSetSpec(String setSpec)StringtoSetSpec(Collection collection)StringtoSetSpec(Community community)
-
-
-
Method Detail
-
toSetSpec
String toSetSpec(Community community) throws InvalidSetSpecException
- Throws:
InvalidSetSpecException
-
toSetSpec
String toSetSpec(Collection collection) throws InvalidSetSpecException
- Throws:
InvalidSetSpecException
-
fromSetSpec
DSpaceObject fromSetSpec(String setSpec) throws InvalidSetSpecException
- Throws:
InvalidSetSpecException
-
-