Uses of Class
org.dspace.scripts.DSpaceRunnable.StepResult
-
Packages that use DSpaceRunnable.StepResult Package Description org.dspace.scripts -
-
Uses of DSpaceRunnable.StepResult in org.dspace.scripts
Methods in org.dspace.scripts that return DSpaceRunnable.StepResult Modifier and Type Method Description DSpaceRunnable.StepResultDSpaceRunnable. initialize(String[] args, DSpaceRunnableHandler dSpaceRunnableHandler, EPerson currentUser)This method sets the appropriate DSpaceRunnableHandler depending on where it was ran from and it parses the arguments given to the scriptstatic DSpaceRunnable.StepResultDSpaceRunnable.StepResult. valueOf(String name)Returns the enum constant of this type with the specified name.static DSpaceRunnable.StepResult[]DSpaceRunnable.StepResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-