Package com.esri.adf.web.data.query

The query package contains the business data objects that work with the web query.

See:
          Description

Interface Summary
QueryCriteria QueryCriteria defines common properties of a query used by ADF query functionality.
QueryCriteriaHandler Defines the query handler method need to be implemented by all query handler implementations.
 

Class Summary
IdentifyCriteria IdentifyCriteria returns map features and their attribute values based on a search location.
LayerDefinition The LayerDefinition class is used to customize the query result.
PredefinedQueryCriteria PredefinedQueryCriteria defines a where clause query.
QueryFunctionality The abstract QueryFunctionality class is extended by functionalities to provide querying capabilities for the resource.
QueryResult The QueryResult class represents an individual result resulting from a query operation.
RelateCriteria A source table or layer may participate in one or more relationships with one or more target tables or layers.
TextCriteria Defines an attribute search.
WebQuery WebQuery is a WebContextAttribute class used in a WebContext for querying attribute data and displaying related geometry objects spatially.
 

Package com.esri.adf.web.data.query Description

The query package contains the business data objects that work with the web query. Some examples of objects in this package are WebQuery, QueryFunctionality etc..