Class UsersFacade<T extends org.openremote.model.rules.Ruleset>
java.lang.Object
org.openremote.model.rules.Users
org.openremote.manager.rules.facade.UsersFacade<T>
public class UsersFacade<T extends org.openremote.model.rules.Ruleset>
extends org.openremote.model.rules.Users
Restricts rule RHS access to the scope of the engine (a rule in asset scope can not access users in global scope).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AssetStorageServiceprotected final ManagerIdentityServiceprotected final NotificationServiceprotected final RulesEngineId<T> -
Constructor Summary
ConstructorsConstructorDescriptionUsersFacade(RulesEngineId<T> rulesEngineId, AssetStorageService assetStorageService, NotificationService notificationService, ManagerIdentityService identityService) -
Method Summary
-
Field Details
-
rulesEngineId
-
assetStorageService
-
notificationService
-
identityService
-
-
Constructor Details
-
UsersFacade
public UsersFacade(RulesEngineId<T> rulesEngineId, AssetStorageService assetStorageService, NotificationService notificationService, ManagerIdentityService identityService)
-
-
Method Details
-
getResults
- Specified by:
getResultsin classorg.openremote.model.rules.Users
-