Class EntityRuleProviderHelperService
java.lang.Object
ch.tocco.nice2.rest.entity.api.ruleprovider.EntityRuleProviderHelperService
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
-
Constructor Summary
ConstructorDescriptionEntityRuleProviderHelperService
(SecurityManager securityManager, QueryBuilderFactory queryBuilderFactory, ConstrictionManager constrictionManager, QueryCompiler queryCompiler) -
Method Summary
Modifier and TypeMethodDescriptiongetConstrictionCondition
(String modelName, String constrictionName) grantFieldResourceRights
(String modelName, Set<Long> keys, String... fields)
-
Constructor Details
-
EntityRuleProviderHelperService
public EntityRuleProviderHelperService(SecurityManager securityManager, QueryBuilderFactory queryBuilderFactory, ConstrictionManager constrictionManager, QueryCompiler queryCompiler)
-
-
Method Details
-
grantFieldResourceRights
public EntityRuleProviderHelperService.ResourceKeys grantFieldResourceRights(String modelName, Set<Long> keys, String... fields) -
getConstrictionCondition
-