public interface TimeSeries extends FolderItem
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getCompressedData()
Return the Time Series as compressed csv stream.
|
InputStream |
getData()
Return the Time Series as csv stream.
|
List<String> |
getHeaderLabels()
Return the Time Series header labels.
|
int |
getNumberOfColumns()
Return this Time Series number of columns.
|
TimeSeriesInfo |
getTimeSeriesInfo()
Return this TimeSeries info.
|
getFolderItemType, getLength, getMimeType, getWorkflowData, getWorkflowId, getWorkflowStatus, setWorkflowData, setWorkflowId, setWorkflowStatuscloneItem, getAccounting, getCapabilities, getChildren, getCreationTime, getDescription, getId, getIdSharedFolder, getLastAction, getLastModificationTime, getName, getOwner, getParent, getPath, getProperties, getReaders, getRemotePath, getType, isFolder, isMarkedAsRead, isRoot, isShared, markAsRead, move, remove, removeChild, rename, setDescriptionint getNumberOfColumns()
TimeSeriesInfo getTimeSeriesInfo()
List<String> getHeaderLabels()
InputStream getData() throws InternalErrorException
InternalErrorException - if an error occurs.InputStream getCompressedData() throws InternalErrorException
InternalErrorException - if an error occurs.Copyright © 2014. All Rights Reserved.