Overview

Resource DeletedEntityTypePredicate is used to filter a list of TrashItems by the type of deleted Artifacts they contain.

Members

Show inherited members

Name Type Description

deletedEntityTypes

string[]

The set of entity types that this predicate uses to filter a list of TrashItems. When this predicate is used in a ListFilter, only the TrashItems containing deleted Artifacts of one of the types in this set will be returned. The set of types returned is immutable.

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:deletedEntityTypePredicate xsi:type="obh:deletedEntityTypePredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <deletedEntityTypes>your_string_0</deletedEntityTypes>
        <deletedEntityTypes>your_string_1</deletedEntityTypes>
        <deletedEntityTypes>your_string_2</deletedEntityTypes>
</obh:deletedEntityTypePredicate>

Referenced By Representaions

Not Referenced Directly by Representations