ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.export / Export

Export

data class Export

Export configuration for consuming the results of this service

Constructors

Name Summary
<init> Export configuration for consuming the results of this serviceExport(webHooks: List<WebHookConfig>, rest: RestConfig?, onOverwrittenFinalizedAnnotationBehavior: OnOverwrittenFinalizedAnnotationBehavior = OnOverwrittenFinalizedAnnotationBehavior.TRIGGER_EXPORT_AGAIN)

Properties

Name Summary
onOverwrittenFinalizedAnnotationBehavior val onOverwrittenFinalizedAnnotationBehavior: OnOverwrittenFinalizedAnnotationBehavior
rest val rest: RestConfig?
webHooks val webHooks: List<WebHookConfig>

Extension Functions

Name Summary
checkWebHooks suspend fun Export.checkWebHooks(projectID: String, document: Document): Unit