Overview

Use this predicate for searching the audit records of a group audited entities. This class is deprecated with no replacement.

Members

Show inherited members

Name Type Description

entities

beeId<entity>[]

Return a collection of audited entities

entity

beeId<entity>

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:auditEntityPredicate xsi:type="obh:auditEntityPredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <entities>your_beeId_0</entities>
        <entities>your_beeId_1</entities>
        <entities>your_beeId_2</entities>
        <entity>your_beeId_0</entity>
</obh:auditEntityPredicate>

Referenced By Representaions

Not Referenced Directly by Representations