Uses of Class
org.dspace.curate.Curator.TaskRunner
Packages that use Curator.TaskRunner
Package
Description
In DSpace, "curation" refers to the application of one or more "tasks" to one
or more model objects.
-
Uses of Curator.TaskRunner in org.dspace.curate
Fields in org.dspace.curate with type parameters of type Curator.TaskRunnerMethods in org.dspace.curate with parameters of type Curator.TaskRunnerModifier and TypeMethodDescriptionprotected booleanCurator.doCollection(Curator.TaskRunner tr, Collection coll) Run task for Collection along with all Items in that collection.protected booleanCurator.doCommunity(Curator.TaskRunner tr, Community comm) Run task for Community along with all sub-communities and collections.protected booleanCurator.doSite(Curator.TaskRunner tr, Site site) Run task for entire Site (including all Communities, Collections and Items)