Package org.dspace.app.rest.utils
Class ScopeResolver
- java.lang.Object
-
- org.dspace.app.rest.utils.ScopeResolver
-
@Component public class ScopeResolver extends Object
Utility bean that can resolve a scope in the REST API to a DSpace Object
-
-
Constructor Summary
Constructors Constructor Description ScopeResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dspace.discovery.IndexableObjectresolveScope(org.dspace.core.Context context, String scope)
-
-
-
Method Detail
-
resolveScope
public org.dspace.discovery.IndexableObject resolveScope(org.dspace.core.Context context, String scope)
-
-