public interface RemoteSearchQuery extends RemoteCacheable, ServerMappedObject
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
getCachePolicy() |
RemoteConstraint |
getConstraint() |
List<RemoteStepField> |
getFields() |
int |
getMaxNumber() |
int |
getOffset() |
List<RemoteSortOrder> |
getSortOrders() |
List<RemoteStep> |
getSteps() |
boolean |
isAggregating() |
boolean |
isDistinct() |
boolean |
markUsed() |
void |
setCachePolicy(CachePolicy arg0) |
getMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringint getMaxNumber()
throws RemoteException
RemoteExceptionboolean isDistinct()
throws RemoteException
RemoteExceptionList<RemoteSortOrder> getSortOrders() throws RemoteException
RemoteExceptionRemoteConstraint getConstraint() throws RemoteException
RemoteExceptionboolean isAggregating()
throws RemoteException
RemoteExceptionList<RemoteStep> getSteps() throws RemoteException
RemoteExceptionboolean markUsed()
throws RemoteException
RemoteExceptionList<RemoteStepField> getFields() throws RemoteException
RemoteExceptionint getOffset()
throws RemoteException
RemoteExceptionCachePolicy getCachePolicy() throws RemoteException
getCachePolicy in interface RemoteCacheableRemoteExceptionvoid setCachePolicy(CachePolicy arg0) throws RemoteException
setCachePolicy in interface RemoteCacheableRemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}