Modifier and Type | Method and Description |
---|---|
int |
AbstractSituationStore.delete(SituationsQuery situationQuery) |
int |
SituationStore.delete(SituationsQuery query)
This method deletes all situations that meet the criteria
specified in the query.
|
protected int |
AbstractSituationStore.doDelete(SituationsQuery situationQuery)
This method deletes the situations that meet the supplied query.
|
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 QueryBuilder |
ElasticsearchSituationStore.getQueryBuilder(SituationsQuery sitQuery) |
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 |
---|---|
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 |
---|---|
List<Situation> |
MemSituationStore.getSituations(SituationsQuery sitQuery)
This method returns the list of situations that meet the criteria
specified in the query.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.