Uses of Class
co.yellowdog.platform.model.GrantedPermissionScope
Packages that use GrantedPermissionScope
Package
Description
Provides the types that define the YellowDog Platform data model.
Custom validation annotations used for model types.
-
Uses of GrantedPermissionScope in co.yellowdog.platform.model
Subclasses with type arguments of type GrantedPermissionScope in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return GrantedPermissionScopeModifier and TypeMethodDescriptionGrantedPermissionScope.Builder.buildUnchecked()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
Subclasses with type arguments of type GrantedPermissionScope in co.yellowdog.platform.model.validation