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