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

Contents

Overview

Positional information for one ExpertiseSearchClause type that was generated from one location within source text.

Refer to type expertiseSearchClause for more information

Members

Name Type Required Description

clause

expertiseSearchClause

clause generated from this position in the text

length

int

The number of characters within the text that are covered by the clause

start

int

0-based starting offset into the text

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:expertiseClauseTextPosition xsi:type="obh:expertiseClauseTextPosition" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:clause>your_expertiseSearchClause_0</obh:clause>
        <obh:length>your_int_0</obh:length>
        <obh:start>your_int_0</obh:start>
</obh:expertiseClauseTextPosition>

JSON Example

(show inherited members)

{
    "beeType":"expertiseClauseTextPosition",
        "clause":{ your_{http://www.oracle.com/beehive}clause_as_expertiseSearchClause0 },
        "length":your_{http://www.oracle.com/beehive}length_as_int0,
        "start":your_{http://www.oracle.com/beehive}start_as_int0
}

XML Schema


<xs:complexType name="expertiseClauseTextPosition">
    <xs:sequence>
        <xs:element minOccurs="0" name="clause" type="tns:expertiseSearchClause"/>
        <xs:element name="length" type="xs:int"/>
        <xs:element name="start" type="xs:int"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseClauseTextPosition

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions