Modifier and Type | Method and Description |
---|---|
static ResolutionState |
ResolutionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionState[] |
ResolutionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSituationStore.doUpdateResolutionState(Situation situation,
ResolutionState resolutionState)
Update the resolution state.
|
void |
AbstractSituationStore.updateResolutionState(String situationId,
ResolutionState resolutionState)
This method updates the resolution state of a situation.
|
void |
SituationStore.updateResolutionState(String situationId,
ResolutionState resolutionState)
This method updates the resolution state of a situation.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchSituationStore.updateResolutionState(String situationId,
ResolutionState resolutionState)
This method updates the resolution state of a situation.
|
Modifier and Type | Method and Description |
---|---|
void |
JPASituationStore.updateResolutionState(String situationId,
ResolutionState resolutionState)
This method updates the resolution state of a situation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.