Package io.meeds.gamification.service
Interface RealizationComputingService
- All Known Implementing Classes:
RealizationComputingServiceImpl
public interface RealizationComputingService
-
Method Summary
Modifier and TypeMethodDescriptiongetLockingRules(RuleFilter ruleFilter, String username, int offset, int limit) Get Rules accessible for a given user by filter using offset and limit.
-
Method Details
-
getLockingRules
Get Rules accessible for a given user by filter using offset and limit. The returned List of rules will include only Rule which are locking other rules and which is possible to achieve by the current user- Parameters:
ruleFilter-RuleFilterused to filter rulesusername- User name accessing Programsoffset- Offset of resultlimit- Limit of result- Returns:
ListofRuleDTO
-