Uses of Class
nzilbb.labbcat.server.api.APIRequestHandler
-
Packages that use APIRequestHandler 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. -
-
Uses of APIRequestHandler in nzilbb.labbcat.server.api
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api Modifier and Type Class Description classAgreementProvides CRUD operations for the agreement.html file, which is the license agreement that users agree to the first time they log in.classAttributes/api/attributes : Exports selected attributes for specified transcripts to CSV.classCategories/api/categories/class_id[/category] : Listing of category records.classCorpus/api/corpus/{ID} : statistics about a given corpus.classDashboard/api/dashboard : Access to dashboard items.classDocProvides CRUD operations for all files/directories under /doc/*.classFiles/api/files : Exports media/transcript files for specified transcripts.classKeepAlive/keepalive or /api/keepalive : Keeps the current session/task alive.classPassword/api/password : change the current user's password.classPraat/api/praat : Processes a given set of audio intervals with Praat.classResults/api/results : Provides access to search results.classSearch/api/search : Starts a search task to identify matches for the given search matrix.classStoreEndpoints starting /api/store/… provide an HTTP-based API for access to GraphStore functions.classSystemAttributes/api/systemattributes/name : Access to system attributes.classTableServletBaseBase class that handles generic database table management.classTask/api/task[/{ID}] : information about currently running tasks.classUser/api/user : information about the current user.classUtterances/api/utterances : Starts a task to identify targeted utterances for given participants.classVersions/api/versions : version information about LaBB-CAT, its modules, and 3rd-party integrations. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.admin
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.admin Modifier and Type Class Description classAnnotatorsServlet that manages installation/upgrade/uninstallation of annotators.classCategories/api/admin/categories/class_id[/category] : Administration of category records.classCorpora/api/admin/corpora : Administration of corpus records.classMediaTracks/api/admin/mediatracks[/suffix] : Administration of media track records.classPassword/api/admin/password : sets user's password.classRoles/api/admin/roles[/role_id] : Administration of role records.classStoreEndpoints starting /api/admin/store/… provide an HTTP-based API for access to GraphStore functions.classSystemAttributes/api/admin/systemattributes : Administration of system attribute records.classUsers/api/admin/users[/user] : Administration of user records. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.admin.annotator
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.admin.annotator Modifier and Type Class Description classConfigWebAppServer-side implementation of 'config' web-apps.classTaskWebAppServer-side implementation of 'task' web-apps. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.admin.roles
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.admin.roles Modifier and Type Class Description classPermissions/api/admin/roles/permissions[/role_id[/entity]] : Administration role permissions records. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.annotation
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.annotation Modifier and Type Class Description classData/api/annotation/data : Accesses binary data for annotations.classIntervals/api/annotation/intervals : Concatenates annotation labels for given labels contained in given time intervals. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.dashboard
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.dashboard Modifier and Type Class Description classExpress/api/dashboard/express : Access to dashboard items.classItem/api/dashboard/item/item_id : The value of one dashboard item.classStatistics/api/dashboard/statistics : Access to dashboard items. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.edit
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.edit Modifier and Type Class Description classStoreEndpoints starting /api/edit/store/… provide an HTTP-based API for access to GraphStore functions. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.edit.annotator
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.edit.annotator Modifier and Type Class Description classExtWebAppServer-side implementation of 'ext' web-apps. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.edit.transcript
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.edit.transcript Modifier and Type Class Description classUpload/api/edit/transcript/upload[/*] : Handler for receiving, analysing, and processing one transcript file with associated media/document files. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.layers
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.layers Modifier and Type Class Description classManagers/api/layers/managers/ : Access to layer managers. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.media
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.media Modifier and Type Class Description classFragments/api/media/fragments : Extracts fragments of media files. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.participant
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.participant Modifier and Type Class Description classAttributes/api/participant/attributes : Exports selected attributes for specified participants to CSV. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.praat
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.praat Modifier and Type Class Description classToken/a : Token for Praat browser integration. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.results
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.results Modifier and Type Class Description classDictionary/api/results/dictionary : Generates a dictionary from search results.classUpload/api/results/upload : Handler for receiving a CSV results file previously returned by /api/results. -
Uses of APIRequestHandler in nzilbb.labbcat.server.api.serialize
Subclasses of APIRequestHandler in nzilbb.labbcat.server.api.serialize Modifier and Type Class Description classFragments/api/serialize/fragments : Converts transcript fragments to specific formats.classGraphs/api/serialize/graphs : Converts transcripts to specific formats.
-