Uses of Class
com.ensoftcorp.open.android.essentials.permissions.Permission
-
Packages that use Permission Package Description com.ensoftcorp.open.android.essentials.permissions com.ensoftcorp.open.android.essentials.permissions.mappings -
-
Uses of Permission in com.ensoftcorp.open.android.essentials.permissions
Methods in com.ensoftcorp.open.android.essentials.permissions that return Permission Modifier and Type Method Description static Permission
Permission. getPermissionByQualifiedName(java.lang.String qualifiedName)
Returns the permission object matching the qualified permission name or null if the permission is not found in the known permissions liststatic Permission
Permission. getPermissionBySimpleName(java.lang.String simpleName)
Returns the permission object matching the simple permission name or null if the permission is not found in the known permissions listMethods in com.ensoftcorp.open.android.essentials.permissions that return types with arguments of type Permission Modifier and Type Method Description static java.util.Collection<Permission>
Permission. getAllDocumentedPermissions()
Returns a collection of all known documented permissionsstatic java.util.Collection<Permission>
Permission. getAllPermissions()
Returns a collection of all known permissions (the union of all known documented and undocumented permissions)static java.util.Collection<Permission>
Permission. getAllUndocumentedPermissions()
Returns a collection of all known undocumented permissionsjava.util.HashSet<Permission>
PermissionGroup. getPermissions()
Returns a list of permissions associated with the permission groupjava.util.HashSet<Permission>
ProtectionLevel. getPermissions()
Returns a list of permissions associated with the protection leveljava.util.Collection<Permission>
AndroidManifest. getUsesPermissions()
Returns a collection of requested Android Permissions (includes documented, undocumented types) -
Uses of Permission in com.ensoftcorp.open.android.essentials.permissions.mappings
Methods in com.ensoftcorp.open.android.essentials.permissions.mappings that return types with arguments of type Permission Modifier and Type Method Description static java.util.HashMap<Permission,com.ensoftcorp.atlas.core.db.set.AtlasHashSet<com.ensoftcorp.atlas.core.db.graph.GraphElement>>
PermissionMapping. applyTags(int apiVersion)
This method applies tags to the Android api's.Methods in com.ensoftcorp.open.android.essentials.permissions.mappings with parameters of type Permission Modifier and Type Method Description static com.ensoftcorp.atlas.core.query.Q
PermissionMapping. getMethods(Permission permission, int apiVersion)
Returns the permission tagged methods for the permission instance Assumes the permission mapping tags have already been appliedstatic com.ensoftcorp.atlas.core.query.Q
PermissionMapping. getPermissionTaggedMethods(Permission permission, int apiVersion)
Returns a Q of permission tagged nodes for the given API version
-