ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage.dto

Package api.manage.dto

Types

Name Summary
ManageListProject View data class - all properties necessary to display project in list in the frontend for managersdata class ManageListProject
ManageProject View data class - all properties necessary to display and edit project from management perspective in frontenddata class ManageProject

Functions

Name Summary
toManageListProject Convert a Project to a ManageListProjectfun Project.toManageListProject(): ManageListProject
toManageProject Convert a Project to a ManageProjectfun Project.toManageProject(): ManageProject
toProject Convert a ManageProject to a Projectfun ManageProject.toProject(creator: UserIdentifier, creationTimestamp: Long = System.currentTimeMillis(), updateTimestamp: Long = System.currentTimeMillis()): Project