Package org.openremote.manager.rules
Class RulesEngineId<T extends org.openremote.model.rules.Ruleset>
java.lang.Object
org.openremote.manager.rules.RulesEngineId<T>
The scope of a
RulesEngine and, optional, the realm or asset it belongs to.
An engine in GlobalRuleset scope has no realm
or assetId. An engine RealmRuleset scope has only
realm. An engine in AssetRuleset scope has both.-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRulesEngineId(Class<T> scope, String realm, String assetId) RulesEngineId(String realm) RulesEngineId(String realm, String assetId) -
Method Summary
-
Field Details
-
scope
-
realm
-
assetId
-
-
Constructor Details
-
RulesEngineId
public RulesEngineId() -
RulesEngineId
-
RulesEngineId
-
RulesEngineId
-
-
Method Details