public interface ImportPluginCache
Modifier and Type | Method and Description |
---|---|
DBClass[] |
getDataCacheList(Importer importer,
DataSource ds,
DBClass[] clsList,
java.util.ArrayList pathList,
java.util.Map<java.lang.String,java.util.ArrayList> fieldMaps)
getDataCacheList returns a list of classes that should be loaded into
cache.
|
DBField[] |
getFieldCacheList(Importer importer,
DataSource ds,
DBField[] fldList,
java.util.ArrayList pathList,
java.util.Map<java.lang.String,java.util.ArrayList> fieldMaps)
getFieldCacheList returns a list of fields that should be loaded into
cache.
|
DBField[] getFieldCacheList(Importer importer, DataSource ds, DBField[] fldList, java.util.ArrayList pathList, java.util.Map<java.lang.String,java.util.ArrayList> fieldMaps) throws java.lang.Exception
importer
- ds
- the data sourcefldList
- pathList
- fieldMaps
- java.lang.Exception
- a serious problemDBClass[] getDataCacheList(Importer importer, DataSource ds, DBClass[] clsList, java.util.ArrayList pathList, java.util.Map<java.lang.String,java.util.ArrayList> fieldMaps) throws java.lang.Exception
importer
- ds
- the data sourceclsList
- pathList
- fieldMaps
- java.lang.Exception
- a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.