Interface DataTransaction
- 
- All Superinterfaces:
- HistoricalData,- java.io.Serializable
 - All Known Implementing Classes:
- BasicDataTransaction
 
 public interface DataTransaction extends HistoricalData A data transaction is simply a group of historical data that should be stored together at the same time.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<HistoricalData>getData()- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.history.HistoricalDatagetDataCount, getFlavor, getLoggerName, getSignature
 
- 
 
- 
- 
- 
Method Detail- 
getDatajava.util.List<HistoricalData> getData() 
 
- 
 
-