@Deprecated public interface AuditService
Modifier and Type | Method and Description |
---|---|
AuditLog |
addAuditLog(AuditLog auditLog)
Deprecated.
|
void |
deleteAuditLog(String auditLogId)
Deprecated.
|
List<AuditLog> |
getAllAuditLogs(Query query)
Deprecated.
|
AuditLog |
getAuditRecord(String auditLogId)
Deprecated.
|
@Deprecated AuditLog addAuditLog(AuditLog auditLog)
auditLog
- @Deprecated void deleteAuditLog(String auditLogId) throws ICCException
auditLogId
- ICCException
@Deprecated AuditLog getAuditRecord(String auditLogId)
auditLogId
- GUID of an audit logAuditLog
for the given auditLogId
@Deprecated List<AuditLog> getAllAuditLogs(Query query) throws ICCException
query
- Query to select Letter (supports only first level
attributes/properties of an object).AuditLog
objectsICCException
Statement
,
Query
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.