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 org.dspace.content.DSpaceObjectfromSetSpec(String setSpec)StringtoSetSpec(org.dspace.content.Collection collection)StringtoSetSpec(org.dspace.content.Community community)
-
-
-
Method Detail
-
toSetSpec
String toSetSpec(org.dspace.content.Community community) throws InvalidSetSpecException
- Throws:
InvalidSetSpecException
-
toSetSpec
String toSetSpec(org.dspace.content.Collection collection) throws InvalidSetSpecException
- Throws:
InvalidSetSpecException
-
fromSetSpec
org.dspace.content.DSpaceObject fromSetSpec(String setSpec) throws InvalidSetSpecException
- Throws:
InvalidSetSpecException
-
-