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
_dialog
Delegate
State
Visitor
_last
Activity
Accessors
last
Activity
Methods
capture
Next
Offline
Document
Content
capture
Next
Offline
Tags
capture
Next
Offline
Work
Package
capture
Offline
Session
capture
Offline
Work
Packages
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
initialize
After
Create
Session
online
open
Stream
perform
Briefcase
Workbench
Action
Request
perform
Create
Session
Request
perform
Delete
Session
Request
perform
Enter
Offline
Mode
Menu
Action
Request
perform
Exit
Offline
Mode
Menu
Action
Request
perform
Login
For
Online
Processing
perform
Offline
Briefcase
Comments
Request
perform
Offline
Briefcase
Work
Packages
Request
perform
Offline
Document
Content
Request
perform
Offline
Document
Open
Latest
File
Menu
Action
Request
perform
Offline
Documents
List
Record
Set
Request
perform
Offline
Documents
Properties
Record
Request
perform
Offline
Documents
Root
Dialog
Request
perform
Offline
Show
Tags
Menu
Action
Request
perform
Offline
Tags
List
Record
Set
Request
perform
Offline
Tags
Properties
Record
Request
perform
Offline
Tags
Root
Dialog
Request
perform
Offline
Work
Packages
List
Record
Set
Request
perform
Offline
Work
Packages
Open
Menu
Action
Request
perform
Offline
Work
Packages
Root
Dialog
Request
perform
Offline
Work
Packages
Workbench
Action
Request
perform
Work
Packages
Add
Work
Package
ToBriefcase
perform
Work
Packages
Remove
Work
Package
From
Briefcase
post
Json
post
Multipart
put
Json
Properties
Private
_dialog
Delegate
State
Visitor
_dialog
Delegate
State
Visitor
:
SdaDialogDelegateStateVisitor
= null
Private
_last
Activity
_last
Activity
:
Date
= new Date()
Accessors
last
Activity
get
lastActivity
(
)
:
Date
Returns
Date
Methods
Private
capture
Next
Offline
Document
Content
capture
Next
Offline
Document
Content
(
onlineDocumentsListDialogId
:
string
, offlineDocumentsListDialogId
:
string
, nextDocumentRecordVisitor
:
RecordVisitor
, tenantId
:
string
, sessionId
:
string
)
:
Promise
<
void
>
Parameters
onlineDocumentsListDialogId:
string
offlineDocumentsListDialogId:
string
nextDocumentRecordVisitor:
RecordVisitor
tenantId:
string
sessionId:
string
Returns
Promise
<
void
>
Private
capture
Next
Offline
Tags
capture
Next
Offline
Tags
(
onlineDocumentsListDialogId
:
string
, offlineDocumentsListDialogId
:
string
, nextWorkPackageId
:
string
, tenantId
:
string
, sessionId
:
string
)
:
Promise
<
void
>
Parameters
onlineDocumentsListDialogId:
string
offlineDocumentsListDialogId:
string
nextWorkPackageId:
string
tenantId:
string
sessionId:
string
Returns
Promise
<
void
>
Private
capture
Next
Offline
Work
Package
capture
Next
Offline
Work
Package
(
onlineWorkPackagesListDialogId
:
string
, nextWorkPackageId
:
string
, tenantId
:
string
, sessionId
:
string
)
:
Promise
<
void
>
Parameters
onlineWorkPackagesListDialogId:
string
nextWorkPackageId:
string
tenantId:
string
sessionId:
string
Returns
Promise
<
void
>
Private
capture
Offline
Session
capture
Offline
Session
(
baseUrl
:
string
, tenantId
:
string
, sessionId
:
string
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
tenantId:
string
sessionId:
string
Returns
Promise
<
JsonClientResponse
>
Private
capture
Offline
Work
Packages
capture
Offline
Work
Packages
(
tenantId
:
string
, sessionId
:
string
)
:
Promise
<
void
>
Parameters
tenantId:
string
sessionId:
string
Returns
Promise
<
void
>
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
initialize
After
Create
Session
initialize
After
Create
Session
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
:
StringDictionary
, sessionVisitor
:
SessionVisitor
)
:
Promise
<
void
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
body:
StringDictionary
sessionVisitor:
SessionVisitor
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
Private
perform
Briefcase
Workbench
Action
Request
perform
Briefcase
Workbench
Action
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Create
Session
Request
perform
Create
Session
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Delete
Session
Request
perform
Delete
Session
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Enter
Offline
Mode
Menu
Action
Request
perform
Enter
Offline
Mode
Menu
Action
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Exit
Offline
Mode
Menu
Action
Request
perform
Exit
Offline
Mode
Menu
Action
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Login
For
Online
Processing
perform
Login
For
Online
Processing
(
tenantId
:
string
)
:
Promise
<
JsonClientResponse
>
Parameters
tenantId:
string
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Briefcase
Comments
Request
perform
Offline
Briefcase
Comments
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Briefcase
Work
Packages
Request
perform
Offline
Briefcase
Work
Packages
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Document
Content
Request
perform
Offline
Document
Content
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Document
Open
Latest
File
Menu
Action
Request
perform
Offline
Document
Open
Latest
File
Menu
Action
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Documents
List
Record
Set
Request
perform
Offline
Documents
List
Record
Set
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Documents
Properties
Record
Request
perform
Offline
Documents
Properties
Record
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Documents
Root
Dialog
Request
perform
Offline
Documents
Root
Dialog
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Show
Tags
Menu
Action
Request
perform
Offline
Show
Tags
Menu
Action
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Tags
List
Record
Set
Request
perform
Offline
Tags
List
Record
Set
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Tags
Properties
Record
Request
perform
Offline
Tags
Properties
Record
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Tags
Root
Dialog
Request
perform
Offline
Tags
Root
Dialog
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Work
Packages
List
Record
Set
Request
perform
Offline
Work
Packages
List
Record
Set
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Work
Packages
Open
Menu
Action
Request
perform
Offline
Work
Packages
Open
Menu
Action
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Work
Packages
Root
Dialog
Request
perform
Offline
Work
Packages
Root
Dialog
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Returns
Promise
<
JsonClientResponse
>
Private
perform
Offline
Work
Packages
Workbench
Action
Request
perform
Offline
Work
Packages
Workbench
Action
Request
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Work
Packages
Add
Work
Package
ToBriefcase
perform
Work
Packages
Add
Work
Package
ToBriefcase
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
Private
perform
Work
Packages
Remove
Work
Package
From
Briefcase
perform
Work
Packages
Remove
Work
Package
From
Briefcase
(
baseUrl
:
string
, resourcePathElems
:
string
[]
, body
?:
StringDictionary
)
:
Promise
<
JsonClientResponse
>
Parameters
baseUrl:
string
resourcePathElems:
string
[]
Optional
body:
StringDictionary
Returns
Promise
<
JsonClientResponse
>
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
_dialog
Delegate
State
Visitor
_last
Activity
last
Activity
capture
Next
Offline
Document
Content
capture
Next
Offline
Tags
capture
Next
Offline
Work
Package
capture
Offline
Session
capture
Offline
Work
Packages
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
initialize
After
Create
Session
online
open
Stream
perform
Briefcase
Workbench
Action
Request
perform
Create
Session
Request
perform
Delete
Session
Request
perform
Enter
Offline
Mode
Menu
Action
Request
perform
Exit
Offline
Mode
Menu
Action
Request
perform
Login
For
Online
Processing
perform
Offline
Briefcase
Comments
Request
perform
Offline
Briefcase
Work
Packages
Request
perform
Offline
Document
Content
Request
perform
Offline
Document
Open
Latest
File
Menu
Action
Request
perform
Offline
Documents
List
Record
Set
Request
perform
Offline
Documents
Properties
Record
Request
perform
Offline
Documents
Root
Dialog
Request
perform
Offline
Show
Tags
Menu
Action
Request
perform
Offline
Tags
List
Record
Set
Request
perform
Offline
Tags
Properties
Record
Request
perform
Offline
Tags
Root
Dialog
Request
perform
Offline
Work
Packages
List
Record
Set
Request
perform
Offline
Work
Packages
Open
Menu
Action
Request
perform
Offline
Work
Packages
Root
Dialog
Request
perform
Offline
Work
Packages
Workbench
Action
Request
perform
Work
Packages
Add
Work
Package
ToBriefcase
perform
Work
Packages
Remove
Work
Package
From
Briefcase
post
Json
post
Multipart
put
Json
Generated using
TypeDoc