Uses of Class
nzilbb.labbcat.model.RolePermission
Packages that use RolePermission
Package
Description
LaBB-CAT client library.
LaBB-CAT client models.
-
Uses of RolePermission in nzilbb.labbcat
Methods in nzilbb.labbcat that return RolePermissionModifier and TypeMethodDescriptionLabbcatAdmin.createRolePermission
(RolePermission rolePermission) Creates a new role permission record.LabbcatAdmin.readRolePermissions
(String roleId) Reads a list of role permission records.LabbcatAdmin.readRolePermissions
(String roleId, Integer pageNumber, Integer pageLength) Reads a list of role permission records.LabbcatAdmin.updateRolePermission
(RolePermission rolePermission) Updates an existing role permission record.Methods in nzilbb.labbcat with parameters of type RolePermissionModifier and TypeMethodDescriptionLabbcatAdmin.createRolePermission
(RolePermission rolePermission) Creates a new role permission record.void
LabbcatAdmin.deleteRolePermission
(RolePermission rolePermission) Deletes an existing role permission record.LabbcatAdmin.updateRolePermission
(RolePermission rolePermission) Updates an existing role permission record. -
Uses of RolePermission in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return RolePermissionModifier and TypeMethodDescriptionSetter forentity
: The media entity this permission applies to - a string made up of "t" (transcript), "a" (audio), "v" (video), or "i" (image).RolePermission.setLayerId
(String newLayerId) Setter forlayerId
: ID of the layer for which the label determines access.Setter forroleId
: The ID of the role this permission applies to.RolePermission.setValuePattern
(String newValuePattern) Setter forvaluePattern
: Regular expression for matching against the layerId label.