Base type of all procedures contexts that always run within the context of a HTTP request.

Hierarchy

Properties

json: Json

Get the JSON helper for serializing/de-serializing JavaScript and Java types.

request: ScriptRequest

The original request object. This can be used to access headers and parameters passed in the original request.

response: ScriptResponse

The Response object. Can be used to modify cookies in the response.

Methods

  • Returns

    the bucket data source with the given ID, or null if it does not exist.

    Parameters

    • dataSourceId: string

    Returns null | ScriptBucket

  • Get the JSON helper for serializing/de-serializing JavaScript and Java types.

    Returns Json