Uses of Enum Class
org.dspace.core.Context.Mode
Packages that use Context.Mode
Package
Description
Provides some basic functionality required throughout the DSpace system.
-
Uses of Context.Mode in org.dspace.core
Methods in org.dspace.core that return Context.ModeModifier and TypeMethodDescriptionContext.getCurrentMode()The current database mode of this context.static Context.ModeReturns the enum constant of this class with the specified name.static Context.Mode[]Context.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.core with parameters of type Context.ModeModifier and TypeMethodDescriptionvoidContext.setMode(Context.Mode newMode) Change the mode of this current context.Constructors in org.dspace.core with parameters of type Context.ModeModifierConstructorDescriptionContext(Context.Mode mode) Construct a new context object with the given mode enabled.