Modifier and Type | Method and Description |
---|---|
static List<Situation> |
Situation.getSituationsForSeverity(Situation.Severity severity,
List<Situation> sits)
This method filters the list of situations based on severity.
|
Modifier and Type | Method and Description |
---|---|
static Situation.Severity |
Situation.getHighestSeverity(List<Situation> sits)
This method returns the highest severity associated with the supplied
list of situations.
|
static List<Situation> |
Situation.getSituationsForSeverity(Situation.Severity severity,
List<Situation> sits)
This method filters the list of situations based on severity.
|
Modifier and Type | Method and Description |
---|---|
Situation |
SituationStore.getSituation(String id)
This method returns the situation associated with the supplied id.
|
Modifier and Type | Method and Description |
---|---|
List<Situation> |
SituationStore.getSituations(SituationsQuery query)
This method returns the list of situations that meet the criteria
specified in the query.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSituationStore.doAssignSituation(Situation situation,
String userName)
Assign the situation to the user.
|
protected abstract void |
AbstractSituationStore.doDelete(Situation situation)
This method deletes the specified situation.
|
protected void |
AbstractSituationStore.doRecordResubmitFailure(Situation situation,
String errorMessage,
String userName)
Record resubmit failure.
|
protected void |
AbstractSituationStore.doRecordSuccessfulResubmit(Situation situation,
String userName)
Record successful resubmit.
|
protected void |
AbstractSituationStore.doUnassignSituation(Situation situation)
Unassign the situation.
|
protected void |
AbstractSituationStore.doUpdateResolutionState(Situation situation,
ResolutionState resolutionState)
Update the resolution state.
|
boolean |
SituationsQuery.matches(Situation situation)
This method determines if the supplied situation matches
the query criteria.
|
void |
SituationStore.store(Situation situation)
This method persists the supplied situation.
|
Modifier and Type | Method and Description |
---|---|
Situation |
ElasticsearchSituationStore.getSituation(String id)
This method returns the situation associated with the supplied id.
|
Modifier and Type | Method and Description |
---|---|
List<Situation> |
ElasticsearchSituationStore.getSituations(SituationsQuery sitQuery)
This method returns the list of situations that meet the criteria
specified in the query.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ElasticsearchSituationStore.doDelete(Situation situation)
This method deletes the supplied situation.
|
void |
ElasticsearchSituationStore.store(Situation situation)
This method persists the supplied situation.
|
Modifier and Type | Method and Description |
---|---|
Situation |
JPASituationStore.getSituation(String id)
This method returns the situation associated with the supplied id.
|
protected Situation |
JPASituationStore.loadSituation(Session s,
String id) |
Modifier and Type | Method and Description |
---|---|
List<Situation> |
JPASituationStore.getSituations(SituationsQuery sitQuery)
This method returns the list of situations that meet the criteria
specified in the query.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JPASituationStore.doDelete(Situation situation)
This method deletes the supplied situation.
|
void |
JPASituationStore.store(Situation situation)
This method persists the supplied situation.
|
Modifier and Type | Method and Description |
---|---|
Situation |
MemSituationStore.getSituation(String id)
This method returns the situation associated with the supplied id.
|
Modifier and Type | Method and Description |
---|---|
List<Situation> |
MemSituationStore.getSituations(SituationsQuery sitQuery)
This method returns the list of situations that meet the criteria
specified in the query.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MemSituationStore.doDelete(Situation situation)
This method deletes the specified situation.
|
void |
MemSituationStore.store(Situation situation)
This method persists the supplied situation.
|
Modifier and Type | Method and Description |
---|---|
static Situation |
SituationUtil.deserializeSituation(byte[] situation)
This method deserializes a Service Definition from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
SituationUtil.serializeSituation(Situation situation)
This method serializes a Situation into a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
List<Situation> |
OperationNode.getSituations()
This method returns the situations associated with
the node.
|
List<Situation> |
ServiceNode.getSituations()
This method returns the situations associated with
the node.
|
Modifier and Type | Method and Description |
---|---|
static ServiceGraph |
ServiceDependencyBuilder.buildGraph(Set<ServiceDefinition> sds,
List<Situation> sits)
This method builds a service graph from a collection of service
definitions.
|
static ServiceGraph |
ServiceDependencyBuilder.buildGraph(Set<ServiceDefinition> sds,
List<Situation> sits,
String focusServiceType)
This method builds a service graph from a collection of service
definitions.
|
Modifier and Type | Method and Description |
---|---|
protected String |
SVGServiceGraphGenerator.getSituationText(Situation s)
This method returns the text to display for the supplied
situation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVGServiceGraphGenerator.generateSituations(Element container,
Node insertPoint,
int x,
int y,
double ratio,
List<Situation> situations)
This method generates the situations associated with the supplied
position and list.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.