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 IndexableObjectresolveScope(Context context, String scope)
-
-
-
Method Detail
-
resolveScope
public IndexableObject resolveScope(Context context, String scope)
-
-