public interface IAuditable
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Return the name of the action sequence.
|
String |
getId()
Returns a unique id (across classes and instances) for this auditable object.
|
String |
getObjectName()
Returns the Java class name for this object.
|
String |
getProcessId()
Return the id for the execution of a given action sequence document.
|
String getObjectName()
String getProcessId()
String getActionName()
String getId()