Uses of Class
com.dnanexus.AccessLevel
-
Packages that use AccessLevel Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of AccessLevel in com.dnanexus
Methods in com.dnanexus that return AccessLevel Modifier and Type Method Description static AccessLevelAccessLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessLevel[]AccessLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dnanexus that return types with arguments of type AccessLevel Modifier and Type Method Description Map<DXContainer,AccessLevel>DXDataObject. listProjects()Returns the set of projects that contain this object, and which the requesting user has permissions to access.Methods in com.dnanexus with parameters of type AccessLevel Modifier and Type Method Description DXSearch.FindDataObjectsRequestBuilder<T>DXSearch.FindDataObjectsRequestBuilder. withMinimumAccessLevel(AccessLevel level)Only returns data objects to which the requesting user has at least the specified level of permission in some project.
-