Uses of Class
com.genologics.ri.permission.Permission
Packages that use Permission
Package
Description
Entities for user permissions in the Clarity system.
Provides JAXB binding classes for the Clarity REST API role entity and its related components.
-
Uses of Permission in com.genologics.ri.permission
Methods in com.genologics.ri.permission that return PermissionModifier and TypeMethodDescriptionObjectFactory.createPermission()Create an instance of Permission.Methods in com.genologics.ri.permission that return types with arguments of type PermissionModifier and TypeMethodDescriptionObjectFactory.createPermission(Permission value) Create a JAXBElement for Permission.PermissionLink.getEntityClass()Get the class of the true, full LIMS entity this object links to.Permission.getLink()Get a concrete link object to thisLinkablething.Methods in com.genologics.ri.permission with parameters of type PermissionModifier and TypeMethodDescriptionObjectFactory.createPermission(Permission value) Create a JAXBElement for Permission.Constructors in com.genologics.ri.permission with parameters of type PermissionModifierConstructorDescriptionPermissionLink(Permission permission) Constructor from a permission. -
Uses of Permission in com.genologics.ri.role
Methods in com.genologics.ri.role that return types with arguments of type PermissionModifier and TypeMethodDescriptionPermissionLink.getEntityClass()Gets the entity class for this link.Constructors in com.genologics.ri.role with parameters of type PermissionModifierConstructorDescriptionPermissionLink(Permission permission) Constructor from a Permission entity.