Uses of Class
org.dspace.xoai.exceptions.InvalidSetSpecException
-
Packages that use InvalidSetSpecException Package Description org.dspace.xoai.services.api.set org.dspace.xoai.services.impl.set -
-
Uses of InvalidSetSpecException in org.dspace.xoai.services.api.set
Methods in org.dspace.xoai.services.api.set that throw InvalidSetSpecException Modifier and Type Method Description org.dspace.content.DSpaceObjectSetSpecResolver. fromSetSpec(String setSpec)StringSetSpecResolver. toSetSpec(org.dspace.content.Collection collection)StringSetSpecResolver. toSetSpec(org.dspace.content.Community community) -
Uses of InvalidSetSpecException in org.dspace.xoai.services.impl.set
Methods in org.dspace.xoai.services.impl.set that throw InvalidSetSpecException Modifier and Type Method Description org.dspace.content.DSpaceObjectDSpaceSetSpecResolver. fromSetSpec(String setSpec)StringDSpaceSetSpecResolver. toSetSpec(org.dspace.content.Collection collection)StringDSpaceSetSpecResolver. toSetSpec(org.dspace.content.Community community)
-