Uses of Class
org.dspace.scripts.DSpaceCommandLineParameter
Packages that use DSpaceCommandLineParameter
Package
Description
In DSpace, "curation" refers to the application of one or more "tasks" to one
or more model objects.
-
Uses of DSpaceCommandLineParameter in org.dspace.app.bulkaccesscontrol
Method parameters in org.dspace.app.bulkaccesscontrol with type arguments of type DSpaceCommandLineParameterModifier and TypeMethodDescriptionbooleanBulkAccessControlScriptConfiguration.isAllowedToExecute(Context context, List<DSpaceCommandLineParameter> commandLineParameters) -
Uses of DSpaceCommandLineParameter in org.dspace.app.suggestion.script
Method parameters in org.dspace.app.suggestion.script with type arguments of type DSpaceCommandLineParameterModifier and TypeMethodDescriptionbooleanPublicationLoaderScriptConfiguration.isAllowedToExecute(Context context, List<DSpaceCommandLineParameter> commandLineParameters) Determines whether the current user is authorized to execute the script. -
Uses of DSpaceCommandLineParameter in org.dspace.curate
Method parameters in org.dspace.curate with type arguments of type DSpaceCommandLineParameterModifier and TypeMethodDescriptionbooleanCurationScriptConfiguration.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 DSpaceCommandLineParameterMethod parameters in org.dspace.scripts with type arguments of type DSpaceCommandLineParameterModifier and TypeMethodDescriptionstatic StringDSpaceCommandLineParameter.concatenate(List<DSpaceCommandLineParameter> parameterList) This method will convert a list of DSpaceCommandLineParameter objects into a single String.ProcessServiceImpl.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 DSpaceCommandLineParameterModifier and TypeMethodDescriptionbooleanScriptConfiguration.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 DSpaceCommandLineParameterModifier and TypeMethodDescriptionProcessService.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 -
Uses of DSpaceCommandLineParameter in org.dspace.submit.migration
Method parameters in org.dspace.submit.migration with type arguments of type DSpaceCommandLineParameterModifier and TypeMethodDescriptionbooleanSubmissionFormsMigrationScriptConfiguration.isAllowedToExecute(Context context, List<DSpaceCommandLineParameter> commandLineParameters)