Uses of Class
co.yellowdog.platform.model.GrantedPermissions
Packages that use GrantedPermissions
Package
Description
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of GrantedPermissions in co.yellowdog.platform.model
Subclasses with type arguments of type GrantedPermissions in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return GrantedPermissionsModifier and TypeMethodDescriptionGrantedPermissions.Builder.buildUnchecked()
static GrantedPermissions
GrantedPermissions.empty()
AccessDelegate.getPermissions()
static GrantedPermissions
GrantedPermissions.global
(Permission... permissions) Methods in co.yellowdog.platform.model with parameters of type GrantedPermissionsModifier and TypeMethodDescriptionAccessDelegate.Builder.permissions
(GrantedPermissions permissions) void
AccessDelegate.setPermissions
(GrantedPermissions permissions) -
Uses of GrantedPermissions in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type GrantedPermissions in co.yellowdog.platform.model.validation.customvalidators