Uses of Class
org.dspace.curate.Curator.TxScope
-
Packages that use Curator.TxScope 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.TxScope in org.dspace.curate
Fields in org.dspace.curate declared as Curator.TxScope Modifier and Type Field Description protected Curator.TxScopeCurator. txScopeMethods in org.dspace.curate that return Curator.TxScope Modifier and Type Method Description static Curator.TxScopeCurator.TxScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Curator.TxScope[]Curator.TxScope. 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.TxScope Modifier and Type Method Description CuratorCurator. setTransactionScope(Curator.TxScope scope)Defines the transactional scope of curator executions.
-