Class OrdQuery
ORD Query.
The base class for all OrdQuery Objects.
Defined in: ord.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
OrdQuery()
|
| Method Attributes | Method Name and Description |
|---|---|
|
getBody()
Return the body for the query.
|
|
|
Return the ORD Scheme.
|
|
|
Return the ORD Scheme name.
|
|
|
isHost()
Return true if the Query is a Host.
|
|
|
Return true if the Query is a Session.
|
|
| <private> |
normalize(list, index)
Normalize the query and return true if modified.
|
|
toString()
Return a String representation of the query.
|
Method Detail
{String}
getBody()
Return the body for the query.
- Returns:
- {String}
{baja.OrdScheme}
getScheme()
Return the ORD Scheme.
- Returns:
- {baja.OrdScheme}
{String}
getSchemeName()
Return the ORD Scheme name.
- Returns:
- {String}
{Boolean}
isHost()
Return true if the Query is a Host.
- Returns:
- {Boolean}
{Boolean}
isSession()
Return true if the Query is a Session.
- Returns:
- {Boolean}
<private>
{Boolean}
normalize(list, index)
Normalize the query and return true if modified.
- Parameters:
- {OrdQueryList} list
- {Number} index
- Returns:
- {Boolean}
{String}
toString()
Return a String representation of the query.
- Returns:
- {String}