Modifier and Type | Method and Description |
---|---|
CachedList<DataSourceImport> |
getImports()
Returns the list of imports for this data source.
|
String |
getType()
Returns the textual type of the data source.
|
DataSourcePendingImport |
setupImport(Date date)
Sets up a
DataSourcePendingImport instance for this data source. |
String getType()
CachedList<DataSourceImport> getImports()
CachedCollection.loadFirstTime()
to populate it initially.DataSourcePendingImport setupImport(Date date)
DataSourcePendingImport
instance for this data source.
Call DataSourcePendingImport.post()
to submit it to the server.date
- the date/time on which the import takes placeCopyright © 2014. All rights reserved.