@MustImplementEqualsAndHashcode public interface IAuditItem extends com.helger.commons.state.ISuccessIndicator, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
LocalDateTime |
getDateTime() |
com.helger.commons.state.ESuccess |
getSuccess() |
EAuditActionType |
getType() |
default String |
getTypeID() |
String |
getUserID() |
default boolean |
isAnonymousUser() |
default boolean |
isSuccess() |
@Nonnull LocalDateTime getDateTime()
@Nonnull String getUserID()
default boolean isAnonymousUser()
true if the user ID equals
CBasicSecurity.USER_ID_NONE_LOGGED_IN@Nonnull EAuditActionType getType()
null.@Nonnull @Nonempty default String getTypeID()
null.@Nonnull com.helger.commons.state.ESuccess getSuccess()
default boolean isSuccess()
isSuccess in interface com.helger.commons.state.ISuccessIndicatorCopyright © 2014–2017 Philip Helger. All rights reserved.