@MustImplementEqualsAndHashcode
public interface IAuditItem
extends com.helger.commons.state.ISuccessIndicator
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
org.joda.time.LocalDateTime |
getDateTime() |
com.helger.commons.state.ESuccess |
getSuccess() |
EAuditActionType |
getType() |
String |
getUserID() |
boolean |
isAnonymousUser() |
@Nonnull org.joda.time.LocalDateTime getDateTime()
boolean isAnonymousUser()
true if the user ID equals
CSecurity.USER_ID_NONE_LOGGED_IN@Nonnull EAuditActionType getType()
@Nonnull com.helger.commons.state.ESuccess getSuccess()
Copyright © 2014–2015 Philip Helger. All rights reserved.