Overview

Generic search predicate for searching audit records This class is deprecated with no replacement.

Members

Show inherited members

Name Type Required Description

activity

string

event

string

max

int

service

string

type

predicateType

username

string

value

string

Return the previously set string value

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:auditRecordPredicate xsi:type="obh:auditRecordPredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activity>your_string_0</activity>
        <event>your_string_0</event>
        <max>your_int_0</max>
        <service>your_string_0</service>
        <type>your_predicateType_0</type>
        <username>your_string_0</username>
        <value>your_string_0</value>
</obh:auditRecordPredicate>

Referenced By Representaions

Not Referenced Directly by Representations