query
java.util.List<AuditRecord> query(@Nullable
java.lang.String actorFilter,
@Nullable
java.lang.String actionFilter,
@Nullable
java.lang.String actionTargetFilter,
@Nullable
java.lang.String actionValueFilter,
@Nullable
java.util.Date startTime,
@Nullable
java.util.Date endTime,
@Nullable
java.lang.String systemFilter,
@Nullable
java.lang.Integer contextFilter)
throws java.lang.Exception
Queries the audit log for any records that match the given filter elements. All filter arguments can be null,
which means to not filter by that field. String based filters can include a wildcard character of '%' which means
any characters (zero or more)
- Parameters:
contextFilter
- A bitmask for ApplicationScope
- Throws:
java.lang.Exception