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 DSpaceObjectSetSpecResolver. fromSetSpec(String setSpec)StringSetSpecResolver. toSetSpec(Collection collection)StringSetSpecResolver. toSetSpec(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 DSpaceObjectDSpaceSetSpecResolver. fromSetSpec(String setSpec)StringDSpaceSetSpecResolver. toSetSpec(Collection collection)StringDSpaceSetSpecResolver. toSetSpec(Community community)
-