| Package | Description |
|---|---|
| jet.formula | |
| jet.formula.object |
| Modifier and Type | Class and Description |
|---|---|
class |
fText
Represents the longString data type of Logi Report formula.
|
| Modifier and Type | Method and Description |
|---|---|
DbChar |
fRequest.addHeaderProperty(DbChar key,
DbChar value)
Add a property to the request header
|
DbChar |
fResponse.errorMessage() |
DbChar |
fRequest.getHeaderProperty(DbChar key)
Returns the value of header property with the name specified by key.
|
DbChar |
fResponse.getHeaderProperty(DbChar key)
Retrieves header property with specified name
|
DbChar |
fRequest.getMethod() |
DbChar |
fRequest.getParameter(DbChar key)
Retrieve parameter value of the URL
|
DbChar |
fJsonArray.getString(DbBigInt index) |
DbChar |
fJsonObject.getString(DbChar jsonPointer) |
DbChar |
fRequest.getUrl() |
DbChar |
fRequest.setMethod(DbChar method)
Specify the HTTP method of the request
|
DbChar |
fRequest.setParameter(DbChar key,
DbChar value)
Set or add a parameter to the query string of the URL
|
DbChar |
fRequest.setUrl(DbChar url)
Specifies the URL of the request
|
| Modifier and Type | Method and Description |
|---|---|
DbChar |
fRequest.addHeaderProperty(DbChar key,
DbChar value)
Add a property to the request header
|
DbBit |
fJsonObject.getBoolean(DbChar jsonPointer) |
fCurrency |
fJsonObject.getCurrency(DbChar jsonPointer) |
DbChar |
fRequest.getHeaderProperty(DbChar key)
Returns the value of header property with the name specified by key.
|
DbChar |
fResponse.getHeaderProperty(DbChar key)
Retrieves header property with specified name
|
DbBigInt |
fJsonObject.getInteger(DbChar jsonPointer) |
fJsonArray |
fJsonObject.getJsonArray(DbChar jsonPointer) |
fJsonObject |
fJsonObject.getJsonObject(DbChar jsonPointer) |
DbDouble |
fJsonObject.getNumber(DbChar jsonPointer) |
DbChar |
fRequest.getParameter(DbChar key)
Retrieve parameter value of the URL
|
DbChar |
fJsonObject.getString(DbChar jsonPointer) |
DbChar |
fRequest.setMethod(DbChar method)
Specify the HTTP method of the request
|
DbChar |
fRequest.setParameter(DbChar key,
DbChar value)
Set or add a parameter to the query string of the URL
|
DbChar |
fRequest.setUrl(DbChar url)
Specifies the URL of the request
|
| Modifier and Type | Method and Description |
|---|---|
JsonArrayBuilder |
JsonArrayBuilder.add(DbChar value)
Adds a String value to the array
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbBigInt value)
Adds a name/Integer pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
DbBigInt value)
Adds an "add" JSON Patch operation.
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbBit value)
Adds a name/Boolean pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
DbBit value)
Adds an "add" JSON Patch operation.
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbChar value)
Adds a name/String pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
DbChar value)
Adds an "add" JSON Patch operation.
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbDouble value)
Adds a name/Number pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
fCurrency value)
Adds a name/Currency pair to the JSON object
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
fJsonArray value)
Adds a name/JsonArray pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
fJsonArray value)
Adds an "add" JSON Patch operation.
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
fJsonObject value)
Adds a name/JsonObject pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
fJsonObject value)
Adds an "add" JSON Patch operation.
|
JsonObjectBuilder |
JsonObjectBuilder.addNull(DbChar name)
Adds a name/NULL pair to the JSON object
|
JsonPatch |
JsonPatch.copy(DbChar path,
DbChar from)
Adds an "copy" JSON Patch operation.
|
JsonPatch |
JsonPatch.move(DbChar path,
DbChar from)
Adds an "move" JSON Patch operation.
|
fJsonArray |
JsonArrayBuilder.parse(DbChar s)
Returns a JSON array that is represented in the input string.
|
fJsonObject |
JsonObjectBuilder.parse(DbChar s)
Returns a JSON Object that is represented in the input string.
|
JsonPatch |
JsonPatch.remove(DbChar path)
Adds a "remove" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
DbBigInt value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
DbBit value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
DbChar value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
fJsonArray value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
fJsonObject value)
Adds an "replace" JSON Patch operation.
|
© insightsoftware. All rights reserved.