| Package | Description |
|---|---|
| org.dspace.core |
Provides some basic functionality required throughout the DSpace system.
|
| Modifier and Type | Method and Description |
|---|---|
Context.Mode |
Context.getCurrentMode()
The current database mode of this context.
|
static Context.Mode |
Context.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setMode(Context.Mode newMode)
Change the mode of this current context.
|
| Constructor and Description |
|---|
Context(Context.Mode mode)
Construct a new context object with the given mode enabled.
|
Copyright © 2017 DuraSpace. All rights reserved.