Search
Preparing search index...
The search index is not available
cv-dialog-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"ppm/SdaDialogDelegate"
SdaDialogDelegate
Class SdaDialogDelegate
Hierarchy
SdaDialogDelegate
Implements
DialogDelegate
Index
Properties
_delegate
State
_last
Activity
Accessors
last
Activity
Methods
add
Work
Package
ToBriefcase
delete
Json
get
Blob
get
Json
get
Text
handle
Delete
Json
Response
handle
Get
Blob
Response
handle
Get
Json
Response
handle
Get
Text
Response
handle
Open
Stream
Response
handle
Post
Json
Response
handle
Post
Multipart
Response
handle
Put
Json
Response
initialize
online
open
Stream
post
Json
post
Multipart
put
Json
Properties
Private
_delegate
State
_delegate
State
:
SdaDialogDelegateState
= null
Private
_last
Activity
_last
Activity
:
Date
= new Date()
Accessors
last
Activity
get
lastActivity
(
)
:
Date
Returns
Date
Methods
add
Work
Package
ToBriefcase
add
Work
Package
ToBriefcase
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
delete
Json
delete
Json
(
baseUrl
:
string
, resourcePath
:
string
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
Returns
Promise
<
JsonClientResponse
>
|
null
get
Blob
get
Blob
(
baseUrl
:
string
, resourcePath
?:
string
)
:
Promise
<
BlobClientResponse
>
|
null
Parameters
baseUrl:
string
Optional
resourcePath:
string
Returns
Promise
<
BlobClientResponse
>
|
null
get
Json
get
Json
(
baseUrl
:
string
, resourcePath
:
string
, queryParams
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
Optional
queryParams:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
|
null
get
Text
get
Text
(
baseUrl
:
string
, resourcePath
?:
string
)
:
Promise
<
TextClientResponse
>
|
null
Parameters
baseUrl:
string
Optional
resourcePath:
string
Returns
Promise
<
TextClientResponse
>
|
null
handle
Delete
Json
Response
handle
Delete
Json
Response
(
baseUrl
:
string
, resourcePath
:
string
, response
:
Promise
<
JsonClientResponse
>
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
response:
Promise
<
JsonClientResponse
>
Returns
Promise
<
JsonClientResponse
>
|
null
handle
Get
Blob
Response
handle
Get
Blob
Response
(
baseUrl
:
string
, resourcePath
:
string
, response
:
Promise
<
BlobClientResponse
>
)
:
Promise
<
BlobClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
response:
Promise
<
BlobClientResponse
>
Returns
Promise
<
BlobClientResponse
>
|
null
handle
Get
Json
Response
handle
Get
Json
Response
(
baseUrl
:
string
, resourcePath
:
string
, queryParams
:
StringDictionary
, response
:
Promise
<
JsonClientResponse
>
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
queryParams:
StringDictionary
response:
Promise
<
JsonClientResponse
>
Returns
Promise
<
JsonClientResponse
>
|
null
handle
Get
Text
Response
handle
Get
Text
Response
(
baseUrl
:
string
, resourcePath
:
string
, response
:
Promise
<
TextClientResponse
>
)
:
Promise
<
TextClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
response:
Promise
<
TextClientResponse
>
Returns
Promise
<
TextClientResponse
>
|
null
handle
Open
Stream
Response
handle
Open
Stream
Response
(
baseUrl
:
string
, resourcePath
:
string
, response
:
Promise
<
StreamProducer
>
)
:
Promise
<
StreamProducer
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
response:
Promise
<
StreamProducer
>
Returns
Promise
<
StreamProducer
>
|
null
handle
Post
Json
Response
handle
Post
Json
Response
(
baseUrl
:
string
, resourcePath
:
string
, body
:
StringDictionary
, response
:
Promise
<
JsonClientResponse
>
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
body:
StringDictionary
response:
Promise
<
JsonClientResponse
>
Returns
Promise
<
JsonClientResponse
>
|
null
handle
Post
Multipart
Response
handle
Post
Multipart
Response<T>
(
baseUrl
:
string
, resourcePath
:
string
, formData
:
FormData
, response
:
Promise
<
VoidClientResponse
>
)
:
Promise
<
VoidClientResponse
>
|
null
Type parameters
T
Parameters
baseUrl:
string
resourcePath:
string
formData:
FormData
response:
Promise
<
VoidClientResponse
>
Returns
Promise
<
VoidClientResponse
>
|
null
handle
Put
Json
Response
handle
Put
Json
Response
(
baseUrl
:
string
, resourcePath
:
string
, body
:
StringDictionary
, response
:
Promise
<
JsonClientResponse
>
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
body:
StringDictionary
response:
Promise
<
JsonClientResponse
>
Returns
Promise
<
JsonClientResponse
>
|
null
initialize
initialize
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Private
online
online
(
)
:
boolean
Returns
boolean
open
Stream
open
Stream
(
baseUrl
:
string
, resourcePath
?:
string
)
:
Promise
<
StreamProducer
>
|
null
Parameters
baseUrl:
string
Optional
resourcePath:
string
Returns
Promise
<
StreamProducer
>
|
null
post
Json
post
Json
(
baseUrl
:
string
, resourcePath
:
string
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
|
null
post
Multipart
post
Multipart<T>
(
baseUrl
:
string
, resourcePath
:
string
, formData
:
FormData
)
:
Promise
<
VoidClientResponse
>
|
null
Type parameters
T
Parameters
baseUrl:
string
resourcePath:
string
formData:
FormData
Returns
Promise
<
VoidClientResponse
>
|
null
put
Json
put
Json
(
baseUrl
:
string
, resourcePath
:
string
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
|
null
Parameters
baseUrl:
string
resourcePath:
string
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
|
null
Globals
"ppm/
Sda
Dialog
Delegate"
Sda
Dialog
Delegate
_delegate
State
_last
Activity
last
Activity
add
Work
Package
ToBriefcase
delete
Json
get
Blob
get
Json
get
Text
handle
Delete
Json
Response
handle
Get
Blob
Response
handle
Get
Json
Response
handle
Get
Text
Response
handle
Open
Stream
Response
handle
Post
Json
Response
handle
Post
Multipart
Response
handle
Put
Json
Response
initialize
online
open
Stream
post
Json
post
Multipart
put
Json
Generated using
TypeDoc