Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

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

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 JSON and 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">
        <obh:activity>your_string_0</obh:activity>
        <obh:event>your_string_0</obh:event>
        <obh:max>your_int_0</obh:max>
        <obh:service>your_string_0</obh:service>
        <obh:type>your_predicateType_0</obh:type>
        <obh:username>your_string_0</obh:username>
        <obh:value>your_string_0</obh:value>
</obh:auditRecordPredicate>

JSON Example

(show inherited members)

{
    "beeType":"auditRecordPredicate",
        "activity":"your_{http://www.oracle.com/beehive}activity_as_string0",
        "event":"your_{http://www.oracle.com/beehive}event_as_string0",
        "max":your_{http://www.oracle.com/beehive}max_as_int0,
        "service":"your_{http://www.oracle.com/beehive}service_as_string0",
        "type":{ your_{http://www.oracle.com/beehive}type_as_predicateType0 },
        "username":"your_{http://www.oracle.com/beehive}username_as_string0",
        "value":"your_{http://www.oracle.com/beehive}value_as_string0"
}

XML Schema


<xs:complexType name="auditRecordPredicate">
    <xs:complexContent>
        <xs:extension base="tns:predicate">
            <xs:sequence>
                <xs:element minOccurs="0" name="activity" type="xs:string"/>
                <xs:element minOccurs="0" name="event" type="xs:string"/>
                <xs:element name="max" type="xs:int"/>
                <xs:element minOccurs="0" name="service" type="xs:string"/>
                <xs:element minOccurs="0" name="type" type="tns:predicateType"/>
                <xs:element minOccurs="0" name="username" type="xs:string"/>
                <xs:element minOccurs="0" name="value" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to auditRecordPredicate

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations