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

Contents

Overview

Predicate on middle name.

Members

Name Type Description

caseSensitiveMatch

boolean

If true, indicates that matching should be case-sensitive

match

string

Match pattern, in a domain-specfic syntax

pattern

string

Match pattern in Regular Expression syntax

patternMatch

boolean

Flag indicating if this Predicate should be treated as a domain-specfic pattern, or a regular expression

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:middleNamePredicate xsi:type="obh:middleNamePredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:caseSensitiveMatch>your_boolean_0</obh:caseSensitiveMatch>
        <obh:match>your_string_0</obh:match>
        <obh:pattern>your_string_0</obh:pattern>
        <obh:patternMatch>your_boolean_0</obh:patternMatch>
</obh:middleNamePredicate>

JSON Example

(show inherited members)

{
    "beeType":"middleNamePredicate",
        "caseSensitiveMatch":your_{http://www.oracle.com/beehive}caseSensitiveMatch_as_boolean0,
        "match":"your_{http://www.oracle.com/beehive}match_as_string0",
        "pattern":"your_{http://www.oracle.com/beehive}pattern_as_string0",
        "patternMatch":your_{http://www.oracle.com/beehive}patternMatch_as_boolean0
}

XML Schema


<xs:complexType name="middleNamePredicate">
    <xs:complexContent>
        <xs:extension base="tns:patternPredicate">
            <xs:sequence/>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to middleNamePredicate

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations