Uses of Class
org.dspace.curate.Curator.TaskRunner
-
Packages that use Curator.TaskRunner Package Description org.dspace.curate 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.TaskRunner Modifier and Type Field Description protected Map<String,Curator.TaskRunner>Curator. trMapMethods in org.dspace.curate with parameters of type Curator.TaskRunner Modifier and Type Method Description protected 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)
-