public class ScpNeoAuditLogFacade extends Object implements AuditLogFacade, WithRuntimeDependencies
Constructor and Description |
---|
ScpNeoAuditLogFacade() |
Modifier and Type | Method and Description |
---|---|
void |
assertRuntimeDependenciesExist()
Asserts that required runtime dependencies are available on the class path.
|
AuditLog |
getAuditLog()
Returns an instance of
AuditLog . |
Class<? extends AuditLog> |
getAuditLogClass()
Returns the platform-specific implementation class of
AuditLog . |
@Nonnull public Class<? extends AuditLog> getAuditLogClass()
AuditLog
. For internal use only.getAuditLogClass
in interface AuditLogFacade
public void assertRuntimeDependenciesExist() throws DependencyNotFoundException
assertRuntimeDependenciesExist
in interface WithRuntimeDependencies
DependencyNotFoundException
- If a required runtime dependency is not available.@Nonnull public AuditLog getAuditLog() throws AuditLogAccessException
AuditLog
.getAuditLog
in interface AuditLogFacade
AuditLog
.AuditLogAccessException
- If there is an issue while accessing the AuditLog
.Copyright © 2018 SAP SE. All rights reserved.