public interface PivotCache
Modifier and Type | Interface and Description |
---|---|
static interface |
PivotCache.CacheField |
static interface |
PivotCache.CacheRecord |
static interface |
PivotCache.SheetSource |
Modifier and Type | Method and Description |
---|---|
long |
getCacheId()
Returns the cache id
|
short |
getCreatedVersion() |
java.util.List<PivotCache.CacheField> |
getFields()
Returns all cache fields
|
short |
getMinRefreshableVersion() |
java.util.List<PivotCache.CacheRecord> |
getRecords()
Returns all cache records
|
short |
getRefreshedVersion() |
PivotCache.SheetSource |
getSheetSource()
Returns
PivotCache.SheetSource |
Workbook |
getWorkbook()
Return the parent workbook
|
Workbook getWorkbook()
long getCacheId()
PivotCache.SheetSource getSheetSource()
PivotCache.SheetSource
java.util.List<PivotCache.CacheField> getFields()
java.util.List<PivotCache.CacheRecord> getRecords()
short getRefreshedVersion()
short getMinRefreshableVersion()
short getCreatedVersion()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.