org.directwebremoting.io
Class QueryOptions
java.lang.Object
org.directwebremoting.io.QueryOptions
public final class QueryOptions
- extends java.lang.Object
Contains valid dojo data Read API values for the queryOptions
object (see http://www.dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/what-dojo-data/dojo-data-design/read-api)
- Author:
- Jose Noheda [jose.noheda@gmail.com]
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
boolean |
isDeep()
Deprecated. |
boolean |
isIgnoreCase()
An org.directwebremoting.datasync.Index will include
or exclude items detecting capital letters. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
QueryOptions
public QueryOptions()
QueryOptions
public QueryOptions(boolean deep,
boolean ignoreCase)
isDeep
@Deprecated
public boolean isDeep()
- Deprecated.
- Not currently supported
- Returns:
- false
isIgnoreCase
public boolean isIgnoreCase()
- An
org.directwebremoting.datasync.Index will include
or exclude items detecting capital letters.
- Returns:
- false unless the client request determines otherwise
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object