Class Query
Represents a Query.
Defined in: mdservice_model.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Query(collection, columns, query, squery)
Creates a new Query
|
Method Attributes | Method Name and Description |
---|---|
<static> |
Query.collectiontext(json)
|
<static> |
Query.columnstext(json)
|
<static> |
Query.fullformatstring(json)
|
getcollectiontext(what)
|
|
link(type)
|
|
load(json)
|
|
next(pages)
|
|
open(type)
|
|
<static> |
Query.optionstext(json)
|
publish()
|
|
special handling for special characters: double escaping (escape the %-sign)
to survive the %-encoding through the request (and parsing) down to the transformation in XCQL2XPath.xsl
it's: whitespace, and single and double-quotes (unified to double quotes %22)
|
|
<static> |
Query.queryliststring(squery, query)
|
render()
|
|
resubmit()
|
|
save()
|
|
<static> |
Query.simplequerystring(querystring)
|
submit()
|
|
toJSON()
|
|
toString()
|
|
updateColumns(selectionlist)
|
|
updatecolumnstext(list)
|
Class Detail
Query(collection, columns, query, squery)
Creates a new Query
- Parameters:
- collection
- columns
- query
- squery
Method Detail
<static>
Query.collectiontext(json)
- Parameters:
- json
<static>
Query.columnstext(json)
- Parameters:
- json
<static>
Query.fullformatstring(json)
- Parameters:
- json
getcollectionindextext()
getcollectiontext(what)
- Parameters:
- what
getcolumnstext()
link(type)
- Parameters:
- type
link_obsoleted()
load(json)
- Parameters:
- json
next(pages)
- Parameters:
- pages
open(type)
- Parameters:
- type
<static>
Query.optionstext(json)
- Parameters:
- json
publish()
query_uri()
special handling for special characters: double escaping (escape the %-sign)
to survive the %-encoding through the request (and parsing) down to the transformation in XCQL2XPath.xsl
it's: whitespace, and single and double-quotes (unified to double quotes %22)
<static>
Query.queryliststring(squery, query)
- Parameters:
- squery
- query
render()
resubmit()
save()
<static>
Query.simplequerystring(querystring)
- Parameters:
- querystring
sruquery_uri()
submit()
toJSON()
toString()
updateColumns(selectionlist)
- Parameters:
- selectionlist
updatecolumnstext(list)
- Parameters:
- list