![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Base type common to all Predicates which filter based on some form of string matching pattern.
Matching can be based on a Regular Expression, or an alternative string-matching syntax unique to the sub type.
Name | Type | Description |
---|---|---|
caseSensitiveMatch |
If true, indicates that matching should be case-sensitive | |
match |
Match pattern, in a domain-specfic syntax | |
pattern |
Match pattern in Regular Expression syntax | |
patternMatch |
Flag indicating if this Predicate should be treated as a domain-specfic pattern, or a regular expression |
Inherits From
Inherited By
<xs:complexType name="patternPredicate"> <xs:complexContent> <xs:extension base="tns:predicate"> <xs:sequence> <xs:element minOccurs="0" name="caseSensitiveMatch" type="xs:boolean"/> <xs:element minOccurs="0" name="match" type="xs:string"/> <xs:element minOccurs="0" name="pattern" type="xs:string"/> <xs:element minOccurs="0" name="patternMatch" type="xs:boolean"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices