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

Contents

Overview

Members

Name Type Required Description

countLimit

int

predicate

predicate

relationshipSpec

relationshipSpec

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:relationshipPredicateListParameters xsi:type="obh:relationshipPredicateListParameters" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:countLimit>your_int_0</obh:countLimit>
        <obh:predicate>your_predicate_0</obh:predicate>
        <obh:relationshipSpec>your_relationshipSpec_0</obh:relationshipSpec>
</obh:relationshipPredicateListParameters>

JSON Example

(show inherited members)

{
    "beeType":"relationshipPredicateListParameters",
        "countLimit":your_{http://www.oracle.com/beehive}countLimit_as_int0,
        "predicate":{ your_{http://www.oracle.com/beehive}predicate_as_predicate0 },
        "relationshipSpec":{ your_{http://www.oracle.com/beehive}relationshipSpec_as_relationshipSpec0 }
}

XML Schema


<xs:complexType name="relationshipPredicateListParameters">
    <xs:complexContent>
        <xs:extension base="tns:predicateListParameters">
            <xs:sequence>
                <xs:element name="relationshipSpec" type="tns:relationshipSpec"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to relationshipPredicateListParameters

Referenced By Resources

Usage Resource Method
Request Current User Utilities List Expertise Relationship Targets
Request Expertise Management List Persons
Request Organization User List Expertise Relationship Targets

Referenced By Representaions

Not Referenced Directly by Representations