ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.policy / PolicyAction

PolicyAction

sealed class PolicyAction

Sealed class for the different actions that can be required to be taken for a document to get the annotation done properly

Types

Name Summary
DoNothing object DoNothing : PolicyAction
SaveUpdatedModel object SaveUpdatedModel : PolicyAction
ShowToAdmin data class ShowToAdmin : PolicyAction
ShowToAnnotator data class ShowToAnnotator : PolicyAction
ShowToCurator data class ShowToCurator : PolicyAction