public abstract class DwLoggedEvent extends java.lang.Object implements LoggedEvent
| Constructor and Description |
|---|
DwLoggedEvent() |
DwLoggedEvent(java.lang.Object... properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToBeLogged() |
void |
addLoggedProperties(java.util.Map<java.lang.String,java.lang.String> properties) |
void |
addLoggedProperty(java.lang.String key,
java.lang.Long l) |
void |
addLoggedProperty(java.lang.String key,
java.lang.String value) |
java.util.Date |
getDate() |
java.util.Map<java.lang.String,java.lang.String> |
getLoggedProperties() |
java.lang.Long |
getLoggedUserId() |
void |
setAuthenticatorServiceProvider(<any> authenticatorServiceProvider) |
void |
setLoggedProperties(java.util.Map<java.lang.String,java.lang.String> properties) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLoggedActionpublic DwLoggedEvent()
public DwLoggedEvent(java.lang.Object... properties)
public void setAuthenticatorServiceProvider(<any> authenticatorServiceProvider)
public java.lang.Long getLoggedUserId()
getLoggedUserId in interface LoggedEventpublic java.util.Map<java.lang.String,java.lang.String> getLoggedProperties()
getLoggedProperties in interface LoggedEventpublic void setLoggedProperties(java.util.Map<java.lang.String,java.lang.String> properties)
public void addLoggedProperties(java.util.Map<java.lang.String,java.lang.String> properties)
public void addLoggedProperty(java.lang.String key,
java.lang.String value)
public void addLoggedProperty(java.lang.String key,
java.lang.Long l)
public java.util.Date getDate()
getDate in interface LoggedEventpublic void aboutToBeLogged()
aboutToBeLogged in interface LoggedEvent