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/dialog"
SessionService
Class SessionService
Hierarchy
SessionService
Index
Properties
SERVICE_
NAME
SERVICE_
PATH
Methods
create
Session
delete
Session
get
Session
List
Property
set
Session
List
Property
Properties
Static
Private
SERVICE_
NAME
SERVICE_
NAME
:
string
= "SessionService"
Static
Private
SERVICE_
PATH
SERVICE_
PATH
:
string
= "soi-json-v02/" + SessionService.SERVICE_NAME
Methods
Static
create
Session
create
Session
(
tenantId
:
string
, userId
:
string
, password
:
string
, clientType
:
string
, systemContext
:
SystemContext
)
:
Future
<
SessionContext
>
Parameters
tenantId:
string
userId:
string
password:
string
clientType:
string
systemContext:
SystemContext
Returns
Future
<
SessionContext
>
Static
delete
Session
delete
Session
(
sessionContext
:
SessionContext
)
:
Future
<
VoidResult
>
Parameters
sessionContext:
SessionContext
Returns
Future
<
VoidResult
>
Static
get
Session
List
Property
get
Session
List
Property
(
propertyName
:
string
, sessionContext
:
SessionContext
)
:
Future
<
XGetSessionListPropertyResult
>
Parameters
propertyName:
string
sessionContext:
SessionContext
Returns
Future
<
XGetSessionListPropertyResult
>
Static
set
Session
List
Property
set
Session
List
Property
(
propertyName
:
string
, listProperty
:
Array
<
string
>
, sessionContext
:
SessionContext
)
:
Future
<
VoidResult
>
Parameters
propertyName:
string
listProperty:
Array
<
string
>
sessionContext:
SessionContext
Returns
Future
<
VoidResult
>
Globals
Internals
"catavolt"
Externals
"catavolt/dialog"
"catavolt/fp"
"catavolt/print"
"catavolt/util"
"catavolt/version"
"catavolt/ws"
Session
Service
SERVICE_
NAME
SERVICE_
PATH
create
Session
delete
Session
get
Session
List
Property
set
Session
List
Property
Generated using
TypeDoc