Package | Description |
---|---|
sirius.biz.protocol |
Modifier and Type | Method and Description |
---|---|
AuditLog.AuditLogBuilder |
AuditLog.AuditLogBuilder.causedByCurrentUser()
Marks the entry as caused by the current user in
UserContext.getCurrentUser() . |
AuditLog.AuditLogBuilder |
AuditLog.AuditLogBuilder.causedByUser(String id,
String name)
Marks the entry as caused by the given user.
|
AuditLog.AuditLogBuilder |
AuditLog.AuditLogBuilder.forCurrentUser()
Creates the entry for the current user in
UserContext.getCurrentUser() . |
AuditLog.AuditLogBuilder |
AuditLog.AuditLogBuilder.forTenant(String id,
String name)
Creates the entry for the given tenant.
|
AuditLog.AuditLogBuilder |
AuditLog.AuditLogBuilder.forUser(String id,
String name)
Creates the entry for the given user.
|
AuditLog.AuditLogBuilder |
AuditLog.negative(String messageKey)
Prepares a "negative" entry to be inserted into the log.
|
AuditLog.AuditLogBuilder |
AuditLog.neutral(String messageKey)
Prepares a "neutral" entry to be inserted into the log.
|
Copyright © 2018. All rights reserved.