Uses of Class
co.yellowdog.platform.model.GrantedPermissionScope
Packages that use GrantedPermissionScope
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 GrantedPermissionScope in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return GrantedPermissionScopeModifier and TypeMethodDescriptionGrantedPermissionScope.Builder.build()GroupRole.getScope()static GrantedPermissionScopeGrantedPermissionScope.global()GrantedPermissionScope.union(@NonNull GrantedPermissionScope other) static GrantedPermissionScopeGrantedPermissionScope.withNamespaces(Set<NamespaceRef> namespaces) Methods in co.yellowdog.platform.model that return types with arguments of type GrantedPermissionScopeModifier and TypeMethodDescriptionMap<@NotNull Permission, @NotNull GrantedPermissionScope> GrantedPermissions.getPermissions()Methods in co.yellowdog.platform.model with parameters of type GrantedPermissionScopeModifier and TypeMethodDescriptionGrantedPermissions.Builder.permission(Permission permission, GrantedPermissionScope scope) GroupRole.Builder.scope(GrantedPermissionScope scope) voidGroupRole.setScope(GrantedPermissionScope scope) GrantedPermissionScope.union(@NonNull GrantedPermissionScope other) Method parameters in co.yellowdog.platform.model with type arguments of type GrantedPermissionScopeModifier and TypeMethodDescriptionGrantedPermissions.Builder.permissions(Map<@NotNull Permission, @NotNull GrantedPermissionScope> permissions) voidGrantedPermissions.setPermissions(Map<@NotNull Permission, @NotNull GrantedPermissionScope> permissions) -
Uses of GrantedPermissionScope in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type GrantedPermissionScope in co.yellowdog.platform.model.validation.customvalidators