All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractQueryService<T> |
Common behaviour for services requesting results from a web-service.
|
| BadRequestException |
The BadRequestException is thrown by service when there is a problem with the request.
|
| ContentType |
Simple class wrapping content type information.
|
| ErrorMessageParser |
Parses service error message.
|
| HttpConnection |
The HttpConnection is class wrapping implementation details of http connection and the
implementation can change easily.
|
| InternalErrorException |
The InternalErrorException is thrown by service when an error occurred at the server.
|
| Item |
A representation of an individual result from the web-services.
|
| ItemList |
A representation of a list of objects stored on the server.
|
| JSONResult |
|
| JsonRow |
Class representing a row of data as a list.
|
| JsonRowMap |
Class representing a row of data as a map.
|
| Lists |
Utilities for parsing lists from their JSON representation.
|
| ListService |
An interface to all the resources that represent list information
and list operations available at an InterMine implementation.
|
| ModelService |
This class represents a connection to the RESTful resource on an InterMine server which
provides information about the service's data model.
|
| MultiPartRequest |
A class for constructing multi-part form requests.
|
| NotConnectedException |
The NotConnectedException is thrown when some method requiring opened connection was
called on closed HttpConnection.
|
| NotImplementedException |
The NotImplementedException is thrown by a service when an
attempt is made to send a request that is not supported by the target
service.
|
| Page |
Object representing a page parameter.
|
| PQUtil |
Static methods to make certain path-query based operations easier.
|
| QueryService |
The QueryService class provides a mechanism for sending data queries to an InterMine
webservice, and retrieving and parsing the results.
|
| QueryService.NumericSummary |
Result format for Numeric Summary information.
|
| QueryService.QueryRequest |
The request class for handling queries - in particular this class is responsible
for handling the query parameters.
|
| Request |
Client request interface.
|
| Request.RequestType |
|
| RequestImpl |
Implementation of Request interface.
|
| ResourceNotFoundException |
The ResourceNotFoundException is thrown by a service provider when an
attempt is made to perform an operation upon a resource that
cannot be found.
|
| ResultException |
ResultException is the exception thrown when a request fails.
|
| ResultRowList |
A representation of a result row that allows parsed objects to be retrieved
by index, where the order of elements is the same as that of the view list
of the originating PathQuery.
|
| ResultRowMap |
A class that represents a row of a result set as a map from column names
to values.
|
| ResultSet |
Common behaviour and interface for result sets.
|
| RowResultSet |
A class for managing results received as a jsonrows result-set.
|
| Service |
This class provides the base level common functionality required to access
any InterMine service.
|
| ServiceException |
ServiceException is a base class for all service exceptions.
|
| ServiceFactory |
The Class that should be used for creating services.
|
| ServiceForbiddenException |
The ServiceForbiddenException is thrown by a service when an
attempt is made to service that is disabled.
|
| ServiceUnavailableException |
The ServiceUnavailableException is thrown when an exception occurs that
is temporary, the user should try it again.
|
| TabTableResult |
A utility class for parsing tab separated values in the results.
|
| TemplateParameter |
A simple class representing the group of parameters that define a template constraint
|
| TemplateService |
The TemplateService represents the connection to the resource that
returns results of templates and number of results.
|
| TemplateService.TemplateRequest |
A subclass of RequestImpl relevant to template queries.
|
| TransferInterruptedException |
TransferInterruptedException is the error thrown when
a service returns an incomplete result set.
|
| URLParser |
The URLParse class is util class for parsing URL.
|
| Version |
Simple class representing service version.
|
| Widget |
A representation of a list analysis widget, containing the metadata necessary
to describe its usage and to choose how and whether to display its results.
|
| WidgetService |
A class for managing widget operations.
|
| XMLTableResult |
A utility class for parsing tab separated values in the results.
|