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

Contents

Overview

Members

Name Type Required Description

actor

beeId<actor>

id

string

operation

AuditTrailHistoryOperation

recordCount

long

records

beeId<auditRecord>[]

searchPredicate

predicate

time

dateTime

Hierarchy

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:auditTrailHistory xsi:type="obh:auditTrailHistory" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:actor>your_beeId_0</obh:actor>
        <obh:id>your_string_0</obh:id>
        <obh:operation>your_AuditTrailHistoryOperation_0</obh:operation>
        <obh:recordCount>your_long_0</obh:recordCount>
        <obh:records>your_beeId_0</obh:records>
        <obh:records>your_beeId_1</obh:records>
        <obh:records>your_beeId_2</obh:records>
        <obh:searchPredicate>your_predicate_0</obh:searchPredicate>
        <obh:time>your_dateTime_0</obh:time>
</obh:auditTrailHistory>

JSON Example

(show inherited members)

{
    "beeType":"auditTrailHistory",
        "actor":{ your_{http://www.oracle.com/beehive}actor_as_beeId0 },
        "id":"your_{http://www.oracle.com/beehive}id_as_string0",
        "operation":{ your_{http://www.oracle.com/beehive}operation_as_AuditTrailHistoryOperation0 },
        "recordCount":your_{http://www.oracle.com/beehive}recordCount_as_long0,
        "records":[
            { your_{http://www.oracle.com/beehive}records_as_beeId0 },
            { your_{http://www.oracle.com/beehive}records_as_beeId1 },
            { your_{http://www.oracle.com/beehive}records_as_beeId2 }
        ],
        "searchPredicate":{ your_{http://www.oracle.com/beehive}searchPredicate_as_predicate0 },
        "time":"your_{http://www.oracle.com/beehive}time_as_dateTime0"
}

XML Schema


<xs:complexType name="auditTrailHistory">
    <xs:sequence>
        <xs:element minOccurs="0" name="actor" type="tns:beeId"/>
        <xs:element minOccurs="0" name="id" type="xs:string"/>
        <xs:element minOccurs="0" name="operation" type="tns:AuditTrailHistoryOperation"/>
        <xs:element name="recordCount" type="xs:long"/>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="records"
            nillable="true" type="tns:beeId"/>
        <xs:element minOccurs="0" name="searchPredicate" type="tns:predicate"/>
        <xs:element minOccurs="0" name="time" type="xs:dateTime"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to auditTrailHistory

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions