-
Notifications
You must be signed in to change notification settings - Fork 48
APIData
ralphhanna edited this page Dec 18, 2023
·
1 revision
bpmn-server / APIData
-
APIComponent
↳
APIData
• new APIData(api
): APIData
Name | Type |
---|---|
api |
any |
APIComponent.constructor
• api: BPMNAPI
APIComponent.api
• get
server(): IBPMNServer
APIComponent.server
▸ deleteInstances(query
, user
): Promise
<void
>
Name | Type |
---|---|
query |
any |
user |
ISecureUser |
Promise
<void
>
▸ findInstances(query
, user
, options
): Promise
<IInstanceData
[]>
Name | Type |
---|---|
query |
any |
user |
ISecureUser |
options |
any |
Promise
<IInstanceData
[]>
▸ findItem(query
, user
): Promise
<IItemData
>
Name | Type |
---|---|
query |
any |
user |
ISecureUser |
Promise
<IItemData
>
▸ findItems(query
, user
): Promise
<IItemData
[]>
Name | Type |
---|---|
query |
any |
user |
ISecureUser |
Promise
<IItemData
[]>
▸ getPendingUserTasks(query
, user
): Promise
<IItemData
[]>
Name | Type |
---|---|
query |
any |
user |
ISecureUser |
Promise
<IItemData
[]>