Uses of Enum Class
org.dspace.curate.Curator.TxScope
Packages that use Curator.TxScope
Package
Description
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.TxScopeMethods in org.dspace.curate that return Curator.TxScopeModifier and TypeMethodDescriptionstatic Curator.TxScopeReturns the enum constant of this class with the specified name.static Curator.TxScope[]Curator.TxScope.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.TxScopeModifier and TypeMethodDescriptionCurator.setTransactionScope(Curator.TxScope scope) Defines the transactional scope of curator executions.