Qizx fe-4.4p2 API

com.qizx.api
Interface Indexing.Sieve

All Known Subinterfaces:
Indexing.DateSieve, Indexing.NumberSieve
All Known Implementing Classes:
FormatDateSieve, FormatNumberSieve, ISODateSieve, SieveBase
Enclosing class:
Indexing

public static interface Indexing.Sieve

Abstraction of Sieves used for indexing XML data.


Method Summary
 String[] getParameters()
          Returns parameters specified by setParameters().
 void setParameters(String[] parameters)
          Defines optional parameters for the sieve.
 

Method Detail

setParameters

void setParameters(String[] parameters)
                   throws DataModelException
Defines optional parameters for the sieve.

Parameters:
parameters - an array of even size containing alternately a parameter name and a parameter value.
Throws:
DataModelException - if the option is unknown or the value is invalid.

getParameters

String[] getParameters()
Returns parameters specified by setParameters().

Returns:
an array of even size containing alternately a parameter name and a parameter value.

© 2010 Axyana Software