| Package | Description |
|---|---|
| com.ibm.openpages.api.audit |
Provides interfaces to work with the OpenPages audit trail.
|
| com.ibm.openpages.api.service |
Provides the main interfaces to work with the API services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAssociationAuditLog
Interface to retrieve AssociationLogs information.
|
interface |
IFieldAuditLog
Interface to retrieve field logs of an object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IAuditLog> |
IAuditService.getAssociationAuditLog(Id id)
Retrieves a List of AssociationAuditLogs for a given GRCObject Id.
|
java.util.List<IAuditLog> |
IAuditService.getAssociationAuditLog(Id id,
AuditLogFilter filter)
Retrieves a list of AssociationAuditLogs for a given GRCObject Id.
|
java.util.List<IAuditLog> |
IAuditService.getAuditLog(Id id)
Retrieves a list of all AuditLogs (IFieldAuditLog, IAssociationAuditLog)
for a given GRCObject Id.
|
java.util.List<IAuditLog> |
IAuditService.getAuditLog(Id id,
AuditLogFilter filter)
Retrieves a list of all AuditLogs (IFieldAuditLog, IAssociationAuditLog)
for a given GRCObject Id and AuditLogFilter.
|
java.util.List<IAuditLog> |
IAuditService.getFieldAuditLog(Id id)
Retrieves a list of FieldAuditLogs for a given GRCObject Id.
|
java.util.List<IAuditLog> |
IAuditService.getFieldAuditLog(Id id,
AuditLogFilter filter)
Retrieves a list of FieldAuditLogs for a given GRCObject Id.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.