Uses of Class
org.dspace.curate.Curator.Invoked
-
Packages that use Curator.Invoked 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.Invoked in org.dspace.curate
Fields in org.dspace.curate declared as Curator.Invoked Modifier and Type Field Description protected Curator.InvokedCurator. iModeMethods in org.dspace.curate that return Curator.Invoked Modifier and Type Method Description Curator.InvokedResolvedTask. getMode()Curator.Invokedinvoked()static Curator.InvokedCurator.Invoked. valueOf(String name)Returns the enum constant of this type with the specified name.static Curator.Invoked[]Curator.Invoked. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.curate with parameters of type Curator.Invoked Modifier and Type Method Description CuratorCurator. setInvoked(Curator.Invoked mode)Assigns invocation mode.
-