Uses of Class
org.dspace.scripts.DSpaceCommandLineParameter
-
Packages that use DSpaceCommandLineParameter Package Description org.dspace.scripts org.dspace.scripts.service -
-
Uses of DSpaceCommandLineParameter in org.dspace.scripts
Methods in org.dspace.scripts that return types with arguments of type DSpaceCommandLineParameter Modifier and Type Method Description List<DSpaceCommandLineParameter>ProcessServiceImpl. getParameters(Process process)Method parameters in org.dspace.scripts with type arguments of type DSpaceCommandLineParameter Modifier and Type Method Description static StringDSpaceCommandLineParameter. concatenate(List<DSpaceCommandLineParameter> parameterList)This method will convert a list of DSpaceCommandLineParameter objects into a single String.ProcessProcessServiceImpl. create(Context context, EPerson ePerson, String scriptName, List<DSpaceCommandLineParameter> parameters) -
Uses of DSpaceCommandLineParameter in org.dspace.scripts.service
Methods in org.dspace.scripts.service that return types with arguments of type DSpaceCommandLineParameter Modifier and Type Method Description List<DSpaceCommandLineParameter>ProcessService. getParameters(Process process)This method will retrieve the list of parameters from the Process in its String format and it will parse these parameters to a list ofDSpaceCommandLineParameterobjects for better usability throughout DSpaceMethod parameters in org.dspace.scripts.service with type arguments of type DSpaceCommandLineParameter Modifier and Type Method Description ProcessProcessService. create(Context context, EPerson ePerson, String scriptName, List<DSpaceCommandLineParameter> parameters)This method will create a Process object in the database
-