Class HistoricFacade<T extends org.openremote.model.rules.Ruleset>
java.lang.Object
org.openremote.model.rules.HistoricDatapoints
org.openremote.manager.rules.facade.HistoricFacade<T>
public class HistoricFacade<T extends org.openremote.model.rules.Ruleset>
extends org.openremote.model.rules.HistoricDatapoints
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AssetDatapointServiceprotected final RulesEngineId<T> -
Constructor Summary
ConstructorsConstructorDescriptionHistoricFacade(RulesEngineId<T> rulesEngineId, AssetDatapointService assetDatapointService) -
Method Summary
Modifier and TypeMethodDescriptionorg.openremote.model.datapoint.ValueDatapoint<?>[]getValueDatapoints(org.openremote.model.attribute.AttributeRef attributeRef, org.openremote.model.datapoint.query.AssetDatapointQuery query)
-
Field Details
-
rulesEngineId
-
assetDatapointService
-
-
Constructor Details
-
HistoricFacade
-
-
Method Details
-
getValueDatapoints
public org.openremote.model.datapoint.ValueDatapoint<?>[] getValueDatapoints(org.openremote.model.attribute.AttributeRef attributeRef, org.openremote.model.datapoint.query.AssetDatapointQuery query) - Specified by:
getValueDatapointsin classorg.openremote.model.rules.HistoricDatapoints
-