LaBB-CAT backend 1.0.8-SNAPSHOT202507291435 API

Packages 
Package Description
nzilbb.labbcat.server.api
/api/… : API endpoints providing an HTTP-based API for access to transcripts, annotations, media, and functions that manipulate them.
nzilbb.labbcat.server.api.admin
/api/admin/… : API endpoints for users with 'admin' privileges.
nzilbb.labbcat.server.api.admin.annotator
/api/admin/annotator/… : Annotator web apps for users with 'admin' privileges.
nzilbb.labbcat.server.api.admin.roles
/api/admin/roles/… : API endpoints for users with 'admin' privileges.
nzilbb.labbcat.server.api.annotation
/api/annotation/… : API endpoints providing annotation data.
nzilbb.labbcat.server.api.dashboard
/api/dashboard/… : API endpoints related to dashboard items.
nzilbb.labbcat.server.api.edit
/api/edit/… : API endpoints for users with 'edit' privileges.
nzilbb.labbcat.server.api.edit.annotator
/api/edit/annotator/… : Annotator web apps for users with 'edit' privileges.
nzilbb.labbcat.server.api.edit.transcript
/api/edit/transcript/… : API endpoints associated with uploading transcripts.
nzilbb.labbcat.server.api.layers
/api/layers/… : API endpoints related to layers and layer management.
nzilbb.labbcat.server.api.media
/api/media/… : API endpoints related to media extraction.
nzilbb.labbcat.server.api.participant
/api/participant/… : API endpoints related to participant data.
nzilbb.labbcat.server.api.praat
API endpoints related to Praat browser integration.
nzilbb.labbcat.server.api.results
/api/results/… : API endpoints related to search result sets.
nzilbb.labbcat.server.api.serialize
/api/serialize/… : API endpoints related to serialization of annotation graphs/fragments.
nzilbb.labbcat.server.db
MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations.
nzilbb.labbcat.server.search
Classes that manage definition, serializations, and deserialization of search matrices.
nzilbb.labbcat.server.servlet
Deprecated classes relating to servlet functionality tied to Java EE implementation.
nzilbb.labbcat.server.task
Long-running tasks that can be monitored and cancelled by the user.