RmiRequest

RmiRequest

new RmiRequest(module, funcopt, argsopt, paramsopt, propsopt, optsopt)

RMI request.
Parameters:
Name Type Attributes Description
module string | Object The module name, qualified method name or object containing properties specifying the request.
func string <optional>
The function name.
args Array | nge.io.Rmi.PASSTHRU <optional>
An array of arguments.
params Object | nge.io.Rmi.PASSTHRU <optional>
The query parameters.
props Object <optional>
The module properties.
opts nge.io.RmiRequestOptions <optional>
The request options.

Members

(nullable) args :Array|nge.io.Rmi.PASSTHRU

The arguments.
Type:

(nullable) context :string

The application context to pass.
Type:

func :string

The function name.
Type:

lang :string

The language. If context is set, then current language will be forced.
Type:

module :string

The module name.
Type:

(nullable) params :Object|nge.io.Rmi.PASSTHRU

The query parameters.
Type:

(nullable) props :Object

The module properties.
Type:
  • Object

Methods

toUrl() → {string}

Returns URL of request.
Returns:
The URL.
Type
string