|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryEvaluator
Interface for evaluating a CSW query.
Method Summary | |
---|---|
void |
evaluateIdQuery(OperationContext context,
String[] ids)
Builds and evaluates an ID based query. |
void |
evaluateQuery(OperationContext context)
Evaluates the query. |
Method Detail |
---|
void evaluateIdQuery(OperationContext context, String[] ids) throws Exception
context
- the operation contextids
- the IDs to query
Exception
- if a processing exception occursvoid evaluateQuery(OperationContext context) throws Exception
context
- the operation context
Exception
- if a processing exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |