public interface AttributeHistoryManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeHistoryManager.HistoryReadContext |
static class |
AttributeHistoryManager.HistoryUpdateContext |
| Modifier and Type | Method and Description |
|---|---|
default void |
historyRead(AttributeHistoryManager.HistoryReadContext context,
HistoryReadDetails readDetails,
TimestampsToReturn timestamps,
List<HistoryReadValueId> readValueIds)
Read history values from nodes belonging to this
AttributeHistoryManager. |
default void |
historyUpdate(AttributeHistoryManager.HistoryUpdateContext context,
List<HistoryUpdateDetails> updateDetails)
Update history values in nodes belonging to this
AttributeHistoryManager. |
default void historyRead(AttributeHistoryManager.HistoryReadContext context, HistoryReadDetails readDetails, TimestampsToReturn timestamps, List<HistoryReadValueId> readValueIds)
AttributeHistoryManager.
Complete the operation with OperationContext.complete(List).
context - the AttributeHistoryManager.HistoryReadContext.timestamps - requested timestamp values.readValueIds - the values to read.default void historyUpdate(AttributeHistoryManager.HistoryUpdateContext context, List<HistoryUpdateDetails> updateDetails)
AttributeHistoryManager.
Complete the operation with OperationContext.complete(List).
context - the AttributeHistoryManager.HistoryUpdateContext.updateDetails - the values to read.Copyright © 2018. All rights reserved.