CAP Node.js API / cap-dashboard-core/src / CapDashboardCoreService
Defined in: cap-dashboard-core/src/dashboard.service.ts:56
new CapDashboardCoreService(
options):CapDashboardCoreService
Defined in: cap-dashboard-core/src/dashboard.service.ts:65
CapDashboardCoreServiceOptions
CapDashboardCoreService
flushOutbox():
Promise<ActionResultDto>
Defined in: cap-dashboard-core/src/dashboard.service.ts:233
Promise<ActionResultDto>
getInboxById(
id,full?):Promise<InboxItemDto|undefined>
Defined in: cap-dashboard-core/src/dashboard.service.ts:185
string
boolean = false
Promise<InboxItemDto | undefined>
getOutboxById(
id,full?):Promise<OutboxItemDto|undefined>
Defined in: cap-dashboard-core/src/dashboard.service.ts:103
string
boolean = false
Promise<OutboxItemDto | undefined>
listInbox(
query):Promise<InboxPageDto>
Defined in: cap-dashboard-core/src/dashboard.service.ts:158
Promise<InboxPageDto>
listOutbox(
query):Promise<OutboxPageDto>
Defined in: cap-dashboard-core/src/dashboard.service.ts:75
Promise<OutboxPageDto>
markInboxProcessed(
id):Promise<ActionResultDto>
Defined in: cap-dashboard-core/src/dashboard.service.ts:221
string
Promise<ActionResultDto>
markOutboxPublished(
id):Promise<ActionResultDto>
Defined in: cap-dashboard-core/src/dashboard.service.ts:146
string
Promise<ActionResultDto>
retryInbox(
id,_opts?):Promise<ActionResultDto>
Defined in: cap-dashboard-core/src/dashboard.service.ts:198
string
Promise<ActionResultDto>
retryOutbox(
id,_opts?):Promise<ActionResultDto>
Defined in: cap-dashboard-core/src/dashboard.service.ts:116
string
Promise<ActionResultDto>