Uses of Class
org.dspace.scripts.DSpaceCommandLineParameter
-
Packages that use DSpaceCommandLineParameter Package Description org.dspace.app.bulkaccesscontrol org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.scripts org.dspace.scripts.configuration org.dspace.scripts.service org.dspace.submit.migration -
-
Uses of DSpaceCommandLineParameter in org.dspace.app.bulkaccesscontrol
Method parameters in org.dspace.app.bulkaccesscontrol with type arguments of type DSpaceCommandLineParameter Modifier and Type Method Description booleanBulkAccessControlScriptConfiguration. isAllowedToExecute(Context context, List<DSpaceCommandLineParameter> commandLineParameters) -
Uses of DSpaceCommandLineParameter in org.dspace.curate
Method parameters in org.dspace.curate with type arguments of type DSpaceCommandLineParameter Modifier and Type Method Description booleanCurationScriptConfiguration. isAllowedToExecute(Context context, List<DSpaceCommandLineParameter> commandLineParameters)Only repository admins or admins of the target object can run Curation script via the scripts and processes endpoints. -
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, Set<Group> specialGroups) -
Uses of DSpaceCommandLineParameter in org.dspace.scripts.configuration
Method parameters in org.dspace.scripts.configuration with type arguments of type DSpaceCommandLineParameter Modifier and Type Method Description booleanScriptConfiguration. isAllowedToExecute(Context context, List<DSpaceCommandLineParameter> commandLineParameters)This method will return if the script is allowed to execute in the given context. -
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, Set<Group> specialGroups)This method will create a Process object in the database -
Uses of DSpaceCommandLineParameter in org.dspace.submit.migration
Method parameters in org.dspace.submit.migration with type arguments of type DSpaceCommandLineParameter Modifier and Type Method Description booleanSubmissionFormsMigrationScriptConfiguration. isAllowedToExecute(Context context, List<DSpaceCommandLineParameter> commandLineParameters)
-