public interface LogEntry
Modifier and Type | Field and Description |
---|---|
static int |
DELETE
Identifies change as delete.
|
static int |
INSERT
Identifies change as insert.
|
static int |
UPDATE
Identifies change as update.
|
Modifier and Type | Method and Description |
---|---|
User |
getAgent()
Returns the user who made the change.
|
int |
getChangeMode()
Returns the changeMode of this log.
|
String |
getClassName()
Get the class of the changed object.
|
String |
getDescription()
Get the description of this log entry
|
String |
getLoggedName()
Get the name of the changed object.
|
Persistent |
getLoggedObject()
Get the changed object.
|
Date |
getWhen()
Get the time when the change was made.
|
static final int INSERT
static final int UPDATE
static final int DELETE
User getAgent()
int getChangeMode()
Date getWhen()
String getClassName()
String getLoggedName()
Persistent getLoggedObject()
String getDescription()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.