static
enum static final
longstatic final
long<T extends StructureReadHandle>
Tconvert (RawQueryByExampleDefinition query,
T convertedHandle)voiddelete (DeleteQueryDefinition querydef)voiddelete (DeleteQueryDefinition querydef,
Transaction transaction)findOne (QueryDefinition querydef)findOne (QueryDefinition querydef,
Transaction transaction)longgetView()newRawCombinedQueryDefinition (StructureWriteHandle handle,
String optionsName)newRawCombinedQueryDefinitionAs (Format format,
Object rawQuery)newRawCombinedQueryDefinitionAs (Format format,
Object rawQuery, String optionsName)newRawCtsQueryDefinition (CtsQueryWriteHandle handle,
String optionsName)newRawCtsQueryDefinitionAs (Format format,
Object rawQuery)newRawCtsQueryDefinitionAs (Format format,
Object rawQuery, String optionsName)newRawQueryByExampleDefinition (StructureWriteHandle handle,
String optionsName)newRawQueryByExampleDefinitionAs (Format format,
Object rawQuery)newRawQueryByExampleDefinitionAs (Format format,
Object rawQuery, String optionsName)newRawStructuredQueryDefinition (StructureWriteHandle handle,
String optionsName)newRawStructuredQueryDefinitionAs (Format format,
Object rawQuery)newRawStructuredQueryDefinitionAs (Format format,
Object rawQuery, String optionsName)newStringDefinition (String optionsName)newStructuredQueryBuilder (String optionsName)newSuggestDefinition (String optionsName)newSuggestDefinition (String suggestString, String optionsName)newValuesDefinition (String name)newValuesDefinition (String name, String optionsName)newValuesListDefinition (String optionsName)<T extends QueryOptionsListReadHandle>
ToptionsList (T listHandle)<T extends QueryOptionsListReadHandle>
ToptionsList (T valueHandle,
Transaction transaction)<T extends SearchReadHandle>
Tsearch (SearchQueryDefinition querydef,
T searchHandle)<T extends SearchReadHandle>
Tsearch (SearchQueryDefinition querydef,
T searchHandle, long start)<T extends SearchReadHandle>
Tsearch (SearchQueryDefinition querydef,
T searchHandle, long start, Transaction transaction)<T extends SearchReadHandle>
Tsearch (SearchQueryDefinition querydef,
T searchHandle, long start, Transaction transaction,
String forestName)<T extends SearchReadHandle>
Tsearch (SearchQueryDefinition querydef,
T searchHandle, long start, String forestName)<T extends SearchReadHandle>
Tsearch (SearchQueryDefinition querydef,
T searchHandle, Transaction transaction)<T extends SearchReadHandle>
Tsearch (SearchQueryDefinition querydef,
T searchHandle, Transaction transaction,
String forestName)<T extends SearchReadHandle>
Tsearch (SearchQueryDefinition querydef,
T searchHandle, String forestName)voidsetPageLength (long length)voidvoidstartLogging (RequestLogger logger)voidString[]suggest (SuggestDefinition suggestionDef)<T extends TuplesReadHandle>
Ttuples (ValuesDefinition valdef,
T tupleHandle)<T extends TuplesReadHandle>
Ttuples (ValuesDefinition valdef,
T tupleHandle, long start)<T extends TuplesReadHandle>
Ttuples (ValuesDefinition valdef,
T tupleHandle, long start, Transaction transaction)<T extends TuplesReadHandle>
Ttuples (ValuesDefinition valdef,
T tupleHandle, Transaction transaction)<T extends StructureReadHandle>
Tvalidate (RawQueryByExampleDefinition query,
T reportHandle)<T extends ValuesReadHandle>
Tvalues (ValuesDefinition valdef,
T valueHandle)<T extends ValuesReadHandle>
Tvalues (ValuesDefinition valdef,
T valueHandle, long start)<T extends ValuesReadHandle>
Tvalues (ValuesDefinition valdef,
T valueHandle, long start, Transaction transaction)<T extends ValuesReadHandle>
Tvalues (ValuesDefinition valdef,
T valueHandle, Transaction transaction)<T extends ValuesListReadHandle>
TvaluesList (ValuesListDefinition valdef,
T valueHandle)<T extends ValuesListReadHandle>
TvaluesList (ValuesListDefinition valdef,
T valueHandle, Transaction transaction)length - the maximum number of resultsview - the view type for the queriesoptionsName - the name of the query optionsoptionsName - the name of the query optionssuggestString - A string as input for completion
suggestions.optionsName - the name of the query optionsoptionsName - the name of the query optionsname - the index constraintname - the index constraintoptionsName - the name of the query optionsoptionsName - the name of the query optionsT - the type of SearchReadHandle to returnquerydef - the definition of query criteria and
query optionssearchHandle - a handle for reading the results
from the searchT - the type of SearchReadHandle to returnquerydef - the definition of query criteria and
query optionssearchHandle - a handle for reading the results
from the searchforestName - a forest to limit this searchT - the type of SearchReadHandle to returnquerydef - the definition of query criteria and
query optionssearchHandle - a handle for reading the results
from the searchstart - the offset of the first document in the
page (where 1 is the first result)T - the type of SearchReadHandle to returnquerydef - the definition of query criteria and
query optionssearchHandle - a handle for reading the results
from the searchstart - the offset of the first document in the
page (where 1 is the first result)forestName - a forest to limit this searchT - the type of SearchReadHandle to returnquerydef - the definition of query criteria and
query optionssearchHandle - a handle for reading the results
from the searchtransaction - a open transaction for matching
documentsT - the type of SearchReadHandle to returnquerydef - the definition of query criteria and
query optionssearchHandle - a handle for reading the results
from the searchtransaction - a open transaction for matching
documentsforestName - a forest to limit this searchT - the type of SearchReadHandle to returnquerydef - the definition of query criteria and
query optionssearchHandle - a handle for reading the results
from the searchstart - the offset of the first document in the
page (where 1 is the first result)transaction - a open transaction for matching
documentsT - the type of SearchReadHandle to returnquerydef - the definition of query criteria and
query optionssearchHandle - a handle for reading the results
from the searchstart - the offset of the first document in the
page (where 1 is the first result)transaction - a open transaction for matching
documentsforestName - a forest to limit this searchsuggestionDef - the partial string to complete and
suggest query optionsquerydef - the definition of query criteriaquerydef - the definition of query criteriatransaction - a open transaction for the delete
operationT - the type of ValuesReadHandle to returnvaldef - the definition of query criteria and
query optionsvalueHandle - a handle for reading the values for
the matched documentsT - the type of ValuesReadHandle to returnvaldef - the definition of query criteria and
query optionsvalueHandle - a handle for reading the values for
the matched documentsstart - the offset of the first returned result
(where 1 is the first value)T - the type of ValuesReadHandle to returnvaldef - the definition of query criteria and
query optionsvalueHandle - a handle for reading the values for
the matched documentstransaction - a open transaction for matching
documentsT - the type of ValuesReadHandle to returnvaldef - the definition of query criteria and
query optionsvalueHandle - a handle for reading the values for
the matched documentsstart - the offset of the first returned result
(where 1 is the first value)transaction - a open transaction for matching
documentsT - the type of TuplesReadHandle to returnvaldef - the definition of query criteria and
query optionstupleHandle - a handle for reading the tuples for
the matched documentsT - the type of TuplesReadHandle to returnvaldef - the definition of query criteria and
query optionstupleHandle - a handle for reading the tuples for
the matched documentsstart - the offset of the first returned result
(where 1 is the first tuple)T - the type of TuplesReadHandle to returnvaldef - the definition of query criteria and
query optionstupleHandle - a handle for reading the tuples for
the matched documentstransaction - a open transaction for matching
documentsT - the type of TuplesReadHandle to returnvaldef - the definition of query criteria and
query optionstupleHandle - a handle for reading the tuples for
the matched documentsstart - the offset of the first returned result
(where 1 is the first tuple)transaction - a open transaction for matching
documentsT - the type of ValuesListReadHandle to
returnvaldef - the definition of the query criteria and
optionsvalueHandle - a handle for reading the list of
names lexicon configurationsT - the type of ValuesListReadHandle to
returnvaldef - the definition of the query criteria and
optionsvalueHandle - a handle for reading the list of
names lexicon configurationstransaction - a open transaction for matching
documentsT - the type of QueryOptionsListReadHandle to
returnlistHandle - a handle for reading the list of name
optionsT - the type of QueryOptionsListReadHandle to
returnvalueHandle - a handle for reading the list of
name optionstransaction - a open transaction for matching
documentsquerydef - the definition of query criteria and
query optionsquerydef - the definition of query criteria and
query optionstransaction - a open transaction for matching
documentsT - the type of StructureReadHandle to returnquery - the query by exampleconvertedHandle - the container to use for the new
converted queryT - the type of StructureReadHandle to returnquery - the query by examplereportHandle - a handle for reading the validation
reportlogger - the logger that receives debugging
outputContentHandle
are registered. Learn more
about shortcut methodsformat - whether the format of the representation
is JSON or XMLrawQuery - an IO representation of the JSON or XML
combined queryContentHandle
are registered. Learn more
about shortcut methodsformat - whether the format of the representation
is JSON or XMLrawQuery - an IO representation of the JSON or XML
combined queryoptionsName - the name of a persisted query
options configurationhandle - a handle for a JSON or XML combined
queryhandle - a handle for a JSON or XML combined
queryoptionsName - the name of a persisted query
options configurationContentHandle
are registered. Learn more
about shortcut methodsformat - whether the format of the representation
is JSON or XMLrawQuery - an IO representation of the JSON or XML
structured queryContentHandle
are registered. Learn more
about shortcut methodsformat - whether the format of the representation
is JSON or XMLrawQuery - an IO representation of the JSON or XML
structured queryoptionsName - the name of a persisted query
options configurationhandle - a handle for a JSON or XML structured
queryhandle - a handle for a JSON or XML structured
queryoptionsName - the name of a persisted query
options configurationContentHandle
are registered. Learn more
about shortcut methodsformat - whether the format of the representation
is JSON or XMLrawQuery - an IO representation of the JSON or XML
serialized cts queryContentHandle
are registered. Learn more
about shortcut methodsformat - whether the format of the representation
is JSON or XMLrawQuery - an IO representation of the JSON or XML
serialized cts queryoptionsName - the name of a persisted query
options configurationhandle - a handle for a JSON or XML serialized cts
queryhandle - a handle for a JSON or XML serialized cts
queryoptionsName - the name of a persisted query
options configurationContentHandle
are registered. Learn more
about shortcut methodsformat - whether the format of the representation
is JSON or XMLrawQuery - an IO representation of the query by
exampleContentHandle
are registered. Learn more
about shortcut methodsformat - whether the format of the representation
is JSON or XMLrawQuery - an IO representation of the query by
exampleoptionsName - the name of a persisted query
options configurationhandle - a handle for a JSON or XML query by
example.handle - a handle for a JSON or XML query by
example.optionsName - The name of a persisted query
options configurationCopyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.