Web-based responsive document annotation tool
activeannoservice / project.export / Export
data class Export
Export configuration for consuming the results of this service
| Name | Summary |
|---|---|
| <init> | Export configuration for consuming the results of this serviceExport(webHooks: List<WebHookConfig>, rest: RestConfig?, onOverwrittenFinalizedAnnotationBehavior: OnOverwrittenFinalizedAnnotationBehavior = OnOverwrittenFinalizedAnnotationBehavior.TRIGGER_EXPORT_AGAIN) |
| Name | Summary |
|---|---|
| onOverwrittenFinalizedAnnotationBehavior | val onOverwrittenFinalizedAnnotationBehavior: OnOverwrittenFinalizedAnnotationBehavior |
| rest | val rest: RestConfig? |
| webHooks | val webHooks: List<WebHookConfig> |
| Name | Summary |
|---|---|
| checkWebHooks | suspend fun Export.checkWebHooks(projectID: String, document: Document): Unit |