Uses of Class
org.dspace.core.Context.Mode
-
Packages that use Context.Mode Package Description org.dspace.core 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.Mode Modifier and Type Method Description Context.ModeContext. getCurrentMode()The current database mode of this context.static Context.ModeContext.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Context.Mode[]Context.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.core with parameters of type Context.Mode Modifier and Type Method Description voidContext. setMode(Context.Mode newMode)Change the mode of this current context.Constructors in org.dspace.core with parameters of type Context.Mode Constructor Description Context(Context.Mode mode)Construct a new context object with the given mode enabled.
-