public interface AuditLogFacade
AuditLog
implementation.Modifier and Type | Method and Description |
---|---|
AuditLog |
getAuditLog()
Returns an instance of
AuditLog . |
Class<? extends AuditLog> |
getAuditLogClass()
Returns the platform-specific implementation class of
AuditLog . |
@Nonnull Class<? extends AuditLog> getAuditLogClass()
AuditLog
. For internal use only.@Nonnull AuditLog getAuditLog() throws AuditLogAccessException
AuditLog
.AuditLog
.AuditLogAccessException
- If there is an issue while accessing the AuditLog
.Copyright © 2019 SAP SE. All rights reserved.