Uses of Enum Class
org.dspace.curate.Curator.Invoked
Packages that use Curator.Invoked
Package
Description
In DSpace, "curation" refers to the application of one or more "tasks" to one
or more model objects.
-
Uses of Curator.Invoked in org.dspace.curate
Fields in org.dspace.curate declared as Curator.InvokedMethods in org.dspace.curate that return Curator.InvokedModifier and TypeMethodDescriptionResolvedTask.getMode()static Curator.InvokedReturns the enum constant of this class with the specified name.static Curator.Invoked[]Curator.Invoked.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.curate with parameters of type Curator.InvokedModifier and TypeMethodDescriptionCurator.setInvoked(Curator.Invoked mode) Assigns invocation mode.