![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
isGreater |
Whether the predicate returns all TrashItems with a deleted Artifact larger than the specified size (greater than) or smaller than the specified sizes (less than) | |
size |
The size of deleted Artifact this predicate uses to filter results. |
Inherits From
<xs:complexType name="sizePredicate">
<xs:complexContent>
<xs:extension base="tns:predicate">
<xs:sequence>
<xs:element minOccurs="0" name="isGreater" type="xs:boolean"/>
<xs:element minOccurs="0" name="size" type="xs:long"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices