| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.services | |
| org.openepics.cable.ui |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
Query.getEntityType() |
EntityType |
History.getEntityType() |
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setEntityType(EntityType entityType) |
| Constructor and Description |
|---|
History(Date timestamp,
EntityTypeOperation operation,
String userId,
String entityName,
EntityType entityType,
Long entityId,
String entry)
Creates a new instance of a history.
|
Query(String description,
EntityType entityType,
String owner,
Date created,
List<QueryCondition> conditions)
Constructs query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryService.createHistoryEntry(EntityTypeOperation operation,
String entityName,
EntityType entityType,
Long entityId,
String entry,
String validityEntry,
String userId)
Creates new history entry.
|
List<Query> |
QueryService.getLastThreeQueries(String owner,
EntityType entityType)
Return last three executed queries which belongs to the currently sign in user.
|
boolean |
QueryService.isQueryDescriptionUnique(String description,
String owner,
EntityType entityType)
Return if query description is unique for owner and entity type.
|
Query |
QueryService.saveQuery(String description,
EntityType entityType,
String owner,
List<QueryCondition> queryConditions)
Saves new query into database.
|
| Modifier and Type | Method and Description |
|---|---|
EntityType |
QueryUI.getEntityType() |
EntityType |
HistoryRequestManager.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryUI.setEntityType(EntityType entityType) |
Copyright © 2025 European Spallation Source. All rights reserved.