Uses of Class
com.ensoftcorp.open.android.essentials.permissions.PermissionGroup
-
Packages that use PermissionGroup Package Description com.ensoftcorp.open.android.essentials.permissions com.ensoftcorp.open.android.essentials.permissions.mappings -
-
Uses of PermissionGroup in com.ensoftcorp.open.android.essentials.permissions
Methods in com.ensoftcorp.open.android.essentials.permissions that return PermissionGroup Modifier and Type Method Description static PermissionGroup
PermissionGroup. getPermissionGroupByQualifiedName(java.lang.String qualifiedName)
Returns the permission group object matching the qualified permission name or null if the permission group is not found in the known permissions liststatic PermissionGroup
PermissionGroup. getPermissionGroupBySimpleName(java.lang.String simpleName)
Returns the permission group object matching the simple permission name or null if the permission group is not found in the known permissions listMethods in com.ensoftcorp.open.android.essentials.permissions that return types with arguments of type PermissionGroup Modifier and Type Method Description static java.util.Collection<PermissionGroup>
PermissionGroup. getAllPermissionGroups()
Returns a collection of all known permission groups -
Uses of PermissionGroup in com.ensoftcorp.open.android.essentials.permissions.mappings
Methods in com.ensoftcorp.open.android.essentials.permissions.mappings with parameters of type PermissionGroup Modifier and Type Method Description static com.ensoftcorp.atlas.core.query.Q
PermissionMapping. getMethods(PermissionGroup permissionGroup, int apiVersion)
Returns the permission tagged methods for the permissions in the permission group Assumes the permission mapping tags have already been applied
-