@Entity public class History extends Persistable
| Modifier and Type | Field and Description |
|---|---|
static int |
ENTRY_FIELD_LENGTH |
id| Constructor and Description |
|---|
History()
Constructor for JPA entity.
|
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 |
|---|---|
Long |
getEntityId() |
String |
getEntityName() |
EntityType |
getEntityType() |
String |
getEntry() |
EntityTypeOperation |
getOperation() |
Date |
getTimestamp() |
String |
getUserId() |
getIdpublic static final int ENTRY_FIELD_LENGTH
public History()
public History(Date timestamp, EntityTypeOperation operation, String userId, String entityName, EntityType entityType, Long entityId, String entry)
timestamp - history entry timestampoperation - history entry operationuserId - history entry user identityName - history entry entity nameentityType - history entry entity typeentityId - history entry entity identry - history entrypublic Date getTimestamp()
public EntityTypeOperation getOperation()
public String getUserId()
public String getEntityName()
public EntityType getEntityType()
public Long getEntityId()
public String getEntry()
Copyright © 2025 European Spallation Source. All rights reserved.