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

Contents

Overview

Predicate for a Sensitivity Entity's definition Workspace.

Members

Name Type Description

containerHandle

beeId<Container>

The Container identifier

includeParentContainers

boolean

Flag indicating whether to include parent containers

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:containerPredicate xsi:type="obh:containerPredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:containerHandle>your_beeId_0</obh:containerHandle>
        <obh:includeParentContainers>your_boolean_0</obh:includeParentContainers>
</obh:containerPredicate>

JSON Example

(show inherited members)

{
    "beeType":"containerPredicate",
        "containerHandle":{ your_{http://www.oracle.com/beehive}containerHandle_as_beeId0 },
        "includeParentContainers":your_{http://www.oracle.com/beehive}includeParentContainers_as_boolean0
}

XML Schema


<xs:complexType name="containerPredicate">
    <xs:complexContent>
        <xs:extension base="tns:predicate">
            <xs:sequence>
                <xs:element minOccurs="0" name="containerHandle" type="tns:beeId"/>
                <xs:element minOccurs="0" name="includeParentContainers" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to containerPredicate

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations