|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GHNContext.Status | |
|---|---|
| org.gcube.common.core.contexts | |
| org.gcube.common.core.resources.node | |
| Uses of GHNContext.Status in org.gcube.common.core.contexts |
|---|
| Methods in org.gcube.common.core.contexts that return GHNContext.Status | |
|---|---|
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. |
| Methods in org.gcube.common.core.contexts that return types with arguments of type GHNContext.Status | |
|---|---|
abstract List<GHNContext.Status> |
GHNContext.Status.previous()
Returns the list of statuses from which this status may be reached. |
| Methods in org.gcube.common.core.contexts with parameters of type GHNContext.Status | |
|---|---|
void |
GHNContext.setStatus(GHNContext.Status newStatus,
String... message)
Sets the current status of the GHN. |
| Uses of GHNContext.Status in org.gcube.common.core.resources.node |
|---|
| Methods in org.gcube.common.core.resources.node that return GHNContext.Status | |
|---|---|
GHNContext.Status |
Description.getStatus()
|
| Methods in org.gcube.common.core.resources.node with parameters of type GHNContext.Status | |
|---|---|
void |
Description.setStatus(GHNContext.Status status,
String... message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||