Class BasicSortComponent
java.lang.Object
net.ontopia.topicmaps.query.impl.rdbms.BasicSortComponent
- All Implemented Interfaces:
QueryComponentIF
INTERNAL: Query component that is used to perform the sort
operation for QueryMatches instances. The implementation calls
impl.basic.QueryProcessor.sort(TologQuery, QueryMatches) and
returns the input instance since sorting in this case is performed
inline.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsatisfy(QueryMatches matches, Map arguments) INTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.
-
Field Details
-
query
-
qproc
-
-
Constructor Details
-
BasicSortComponent
-
-
Method Details
-
satisfy
Description copied from interface:QueryComponentIFINTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.- Specified by:
satisfyin interfaceQueryComponentIF- Throws:
InvalidQueryException
-