Search
Preparing search index...
The search index is not available
catavolt-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"catavolt/ws"
Call
Class Call
Hierarchy
Call
Implements
Request
Index
Constructors
constructor
Properties
_call
Id
_cancelled
_client
_logging
Option
_method
_params
_performed
_promise
_response
Headers
_service
_session
Context
_system
Context
timeout
Millis
_last
Call
Id
_last
Successful
Activity
Time
Accessors
last
Successful
Activity
Time
Methods
cancel
perform
create
Call
create
Call
Without
Session
next
Call
Id
Constructors
constructor
new
Call
(
service
:
string
, method
:
string
, params
:
StringDictionary
, systemContext
:
SystemContext
, sessionContext
:
SessionContext
)
:
Call
Parameters
service:
string
method:
string
params:
StringDictionary
systemContext:
SystemContext
sessionContext:
SessionContext
Returns
Call
Properties
Private
_call
Id
_call
Id
:
number
Private
_cancelled
_cancelled
:
boolean
Private
_client
_client
:
Client
= ClientFactory.getClient()
Private
_logging
Option
_logging
Option
:
boolean
Private
_method
_method
:
string
Private
_params
_params
:
StringDictionary
Private
_performed
_performed
:
boolean
Private
_promise
_promise
:
Promise
<
StringDictionary
>
Private
_response
Headers
_response
Headers
:
Dictionary
<
string
>
Private
_service
_service
:
string
Private
_session
Context
_session
Context
:
SessionContext
Private
_system
Context
_system
Context
:
SystemContext
timeout
Millis
timeout
Millis
:
number
Static
Private
_last
Call
Id
_last
Call
Id
:
number
= 0
Static
Private
_last
Successful
Activity
Time
_last
Successful
Activity
Time
:
Date
= new Date()
Accessors
Static
last
Successful
Activity
Time
get
lastSuccessfulActivityTime
(
)
:
Date
Returns
Date
Methods
cancel
cancel
(
)
:
void
Returns
void
perform
perform
(
)
:
Future
<
StringDictionary
>
Returns
Future
<
StringDictionary
>
Static
create
Call
create
Call
(
service
:
string
, method
:
string
, params
:
StringDictionary
, sessionContext
:
SessionContext
)
:
Call
Parameters
service:
string
method:
string
params:
StringDictionary
sessionContext:
SessionContext
Returns
Call
Static
create
Call
Without
Session
create
Call
Without
Session
(
service
:
string
, method
:
string
, params
:
StringDictionary
, systemContext
:
SystemContext
)
:
Call
Parameters
service:
string
method:
string
params:
StringDictionary
systemContext:
SystemContext
Returns
Call
Static
next
Call
Id
next
Call
Id
(
)
:
number
Returns
number
Globals
Internals
"catavolt"
Externals
"catavolt/dialog"
"catavolt/fp"
"catavolt/print"
"catavolt/util"
"catavolt/version"
"catavolt/ws"
Call
constructor
_call
Id
_cancelled
_client
_logging
Option
_method
_params
_performed
_promise
_response
Headers
_service
_session
Context
_system
Context
timeout
Millis
_last
Call
Id
_last
Successful
Activity
Time
last
Successful
Activity
Time
cancel
perform
create
Call
create
Call
Without
Session
next
Call
Id
Client
Factory
Get
XMLHttp
Client
Client
Request
Session
Context
System
Context
Generated using
TypeDoc