Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
Webhook |
IWebhookManagerLocal.createWebhook(String workspaceId,
String name,
boolean active) |
Webhook |
IWebhookManagerLocal.getWebHook(String workspaceId,
int id) |
Webhook |
IWebhookManagerLocal.updateWebHook(String workspaceId,
int id,
String name,
boolean active) |
Modifier and Type | Method and Description |
---|---|
List<Webhook> |
IWebhookManagerLocal.getActiveWebHooks(String workspaceId) |
List<Webhook> |
IWebhookManagerLocal.getWebHooks(String workspaceId) |
Copyright © 2017 DocDoku. All rights reserved.