| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.services | |
| org.openepics.cable.ui |
| Modifier and Type | Method and Description |
|---|---|
List<QueryCondition> |
Query.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
int |
QueryCondition.compareTo(QueryCondition o) |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setConditions(List<QueryCondition> conditions) |
| Constructor and Description |
|---|
Query(String description,
EntityType entityType,
String owner,
Date created,
List<QueryCondition> conditions)
Constructs query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryService.saveQuery(String description,
EntityType entityType,
String owner,
List<QueryCondition> queryConditions)
Saves new query into database.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryCondition> |
QueryUI.getQueryConditions() |
List<QueryCondition> |
QueryRequestManager.getQueryConditions() |
List<QueryCondition> |
QueryRequestManager.getSelectedQueryConditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryUI.setQueryConditions(List<QueryCondition> conditions) |
void |
QueryRequestManager.setQueryConditions(List<QueryCondition> queryConditions)
Set query conditions.
|
void |
QueryRequestManager.setSelectedQueryConditions(List<QueryCondition> selectedQueryConditions)
Sets selected query conditions.
|
Copyright © 2025 European Spallation Source. All rights reserved.