Uses of Class
org.dspace.app.rest.model.ScriptRest
-
Packages that use ScriptRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of ScriptRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ScriptRest Modifier and Type Method Description ScriptRestScriptConverter. convert(ScriptConfiguration scriptConfiguration, Projection projection) -
Uses of ScriptRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type ScriptRest Constructor Description ScriptResource(ScriptRest data, Utils utils) -
Uses of ScriptRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ScriptRest Modifier and Type Method Description ScriptRestScriptRestRepository. findOne(Context context, String name)Methods in org.dspace.app.rest.repository that return types with arguments of type ScriptRest Modifier and Type Method Description org.springframework.data.domain.Page<ScriptRest>ScriptRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<ScriptRest>ScriptRestRepository. getDomainClass()
-