Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
SimpleWebhookApp |
IWebhookManagerLocal.configureSimpleWebhook(String workspaceId,
int webhookId,
String method,
String uri,
String authorization) |
SNSWebhookApp |
IWebhookManagerLocal.configureSNSWebhook(String workspaceId,
int webhookId,
String topicArn,
String region,
String awsAccount,
String awsSecret) |
void |
IWebhookManagerLocal.deleteWebhook(String workspaceId,
int id) |
Webhook |
IWebhookManagerLocal.getWebHook(String workspaceId,
int id) |
Webhook |
IWebhookManagerLocal.updateWebHook(String workspaceId,
int id,
String name,
boolean active) |
Copyright © 2017 DocDoku. All rights reserved.