Uses of Class
org.dspace.scripts.DSpaceRunnable
-
Packages that use DSpaceRunnable Package Description org.dspace.discovery org.dspace.scripts org.dspace.scripts.service -
-
Uses of DSpaceRunnable in org.dspace.discovery
Subclasses of DSpaceRunnable in org.dspace.discovery Modifier and Type Class Description classIndexClientClass used to reindex dspace communities/collections/items into discovery -
Uses of DSpaceRunnable in org.dspace.scripts
Methods in org.dspace.scripts that return DSpaceRunnable Modifier and Type Method Description DSpaceRunnableScriptServiceImpl. getScriptForName(String name)Methods in org.dspace.scripts that return types with arguments of type DSpaceRunnable Modifier and Type Method Description List<DSpaceRunnable>ScriptServiceImpl. getDSpaceRunnables(Context context) -
Uses of DSpaceRunnable in org.dspace.scripts.service
Methods in org.dspace.scripts.service that return DSpaceRunnable Modifier and Type Method Description DSpaceRunnableScriptService. getScriptForName(String name)This method will return the DSpaceRunnable that has the name that's equal to the name given in the parametersMethods in org.dspace.scripts.service that return types with arguments of type DSpaceRunnable Modifier and Type Method Description List<DSpaceRunnable>ScriptService. getDSpaceRunnables(Context context)This method will return a list of DSpaceRunnable objects for which the given Context is authorized to use them
-