| Package | Description |
|---|---|
| org.gcube.common.core.contexts | |
| org.gcube.common.core.resources.node |
| Modifier and Type | Method and Description |
|---|---|
GHNContext.Status |
GHNContext.getStatus()
Returns the current status of the GHN.
|
static GHNContext.Status |
GHNContext.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHNContext.Status[] |
GHNContext.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<GHNContext.Status> |
GHNContext.Status.previous()
Returns the list of statuses from which this status may be reached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHNContext.setStatus(GHNContext.Status newStatus,
String... message)
Sets the current status of the GHN.
|
| Modifier and Type | Method and Description |
|---|---|
GHNContext.Status |
Description.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Description.setStatus(GHNContext.Status status,
String... message) |
Copyright © 2015. All Rights Reserved.