Uses of Class
org.dspace.curate.AbstractCurationTask
-
Packages that use AbstractCurationTask Package Description org.dspace.ctask.general org.dspace.ctask.test org.dspace.ctask.testing org.dspace.curate -
-
Uses of AbstractCurationTask in org.dspace.ctask.general
Subclasses of AbstractCurationTask in org.dspace.ctask.general Modifier and Type Class Description classAbstractTranslatorMicrosoftTranslator translates stuffclassBasicLinkCheckerA basic link checker that is designed to be extended.classBitstreamsIntoMetadataA curation job to take bitstream URLs and place them into metadata elements.classClamScanClamScan.java A set of methods to scan using the clamav daemon.classMetadataValueLinkCheckerA link checker that builds upon the BasicLinkChecker to check URLs that appear in all metadata fields where the field starts with http:// or https:// Of course this assumes that there is no extra metadata following the URL.classMetadataWebServiceMetadataWebService task calls a web service using metadata from passed item to obtain data.classMicrosoftTranslatorMicrosoftTranslator translates metadata fields using Microsoft Translation API v2 Requirements: A valid Bing App ID/Key More information: http://www.bing.com/developers This key, and other custom configuration, goes in [dspace]/modules/translator.cfgclassNoOpCurationTaskclassProfileFormatsProfileFormats is a task that creates a distribution table of Bitstream formats for it's passed object.classRequiredMetadataRequiredMetadata task compares item metadata with fields marked as required in submission-forms.xml. -
Uses of AbstractCurationTask in org.dspace.ctask.test
Subclasses of AbstractCurationTask in org.dspace.ctask.test Modifier and Type Class Description classWorkflowReportTestCuration task which simply reports its invocation without changing anything. -
Uses of AbstractCurationTask in org.dspace.ctask.testing
Subclasses of AbstractCurationTask in org.dspace.ctask.testing Modifier and Type Class Description classPropertyParameterTestingTaskLogs what it was asked to do, samples run parameters and task properties, making no changes to the repository. -
Uses of AbstractCurationTask in org.dspace.curate
Subclasses of AbstractCurationTask in org.dspace.curate Modifier and Type Class Description classCitationPageCitationPage This task is used to generate a cover page with citation information for text documents and then to add that cover page to a PDF version of the document replacing the originally uploaded document form the user's perspective.
-