| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.services |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeOperation |
History.getOperation() |
static EntityTypeOperation |
EntityTypeOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityTypeOperation[] |
EntityTypeOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
| 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.
|
Copyright © 2025 European Spallation Source. All rights reserved.