Uses of Class
nzilbb.labbcat.model.Project

Packages that use Project
Package
Description
LaBB-CAT client library.
LaBB-CAT client models.
  • Uses of Project in nzilbb.labbcat

    Methods in nzilbb.labbcat that return Project
    Modifier and Type
    Method
    Description
    LabbcatAdmin.createProject(Project project)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Projects are now layer categories - a type of Category with classId = "layer".
    LabbcatAdmin.readProjects()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Projects are now layer categories - a type of Category with classId = "layer".
    LabbcatAdmin.readProjects(Integer pageNumber, Integer pageLength)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Projects are now layer categories - a type of Category with classId = "layer".
    LabbcatAdmin.updateProject(Project project)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Projects are now layer categories - a type of Category with classId = "layer".
    Methods in nzilbb.labbcat with parameters of type Project
    Modifier and Type
    Method
    Description
    LabbcatAdmin.createProject(Project project)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Projects are now layer categories - a type of Category with classId = "layer".
    void
    LabbcatAdmin.deleteProject(Project project)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Projects are now layer categories - a type of Category with classId = "layer".
    LabbcatAdmin.updateProject(Project project)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Projects are now layer categories - a type of Category with classId = "layer".
  • Uses of Project in nzilbb.labbcat.model

    Methods in nzilbb.labbcat.model that return Project
    Modifier and Type
    Method
    Description
    Project.setProject(String newProject)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Setter for the name of the project.
    Project.setProjectId(int newProjectId)
    Deprecated, for removal: This API element is subject to removal in a future version.