Class AssetPredictedDatapointResourceImpl

java.lang.Object
org.openremote.container.web.WebResource
org.openremote.manager.web.ManagerWebResource
org.openremote.manager.datapoint.AssetPredictedDatapointResourceImpl
All Implemented Interfaces:
org.openremote.container.security.AuthContext, org.openremote.model.datapoint.AssetPredictedDatapointResource

public class AssetPredictedDatapointResourceImpl extends ManagerWebResource implements org.openremote.model.datapoint.AssetPredictedDatapointResource
  • Field Details

  • Constructor Details

  • Method Details

    • getPredictedDatapoints

      public org.openremote.model.datapoint.ValueDatapoint<?>[] getPredictedDatapoints(@BeanParam org.openremote.model.http.RequestParams requestParams, String assetId, String attributeName, org.openremote.model.datapoint.query.AssetDatapointQuery query)
      Specified by:
      getPredictedDatapoints in interface org.openremote.model.datapoint.AssetPredictedDatapointResource
    • writePredictedDatapoints

      public void writePredictedDatapoints(org.openremote.model.http.RequestParams requestParams, String assetId, String attributeName, org.openremote.model.datapoint.ValueDatapoint<?>[] predictedDatapoints)
      Specified by:
      writePredictedDatapoints in interface org.openremote.model.datapoint.AssetPredictedDatapointResource