Uses of Interface
omix.plugin.data.DataSourceInterface
Package | Description |
---|---|
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
omix.plugin.data | |
omix.plugin.data.writable |
-
Uses of DataSourceInterface in omix.plugin
Methods in omix.plugin with parameters of type DataSourceInterface Modifier and Type Method Description boolean
ModelDocument. requestOpenDataSource(DataSourceInterface dataSource, String suggestedIdentifier)
Loading the submittedDataSourceInterface
instance into the data manager widget. -
Uses of DataSourceInterface in omix.plugin.data
Methods in omix.plugin.data that return DataSourceInterface Modifier and Type Method Description DataSourceInterface
OrdinaryDataSourceHandlerInterface. createDataSource(DataInputUtilities utilities)
DataSourceInterface
DataSourceHandlerInterface. deserialize(TypeSerializationHandlerInterface.AbstractSerialization serialization, VersionNumber version, DataInputUtilities utilities)
Deserializes an instance ofDataSourceInterface
according the given instance ofTypeSerializationHandlerInterface.AbstractSerialization
.
Omix iterates the list of installed TypeSerializationHandlers ordered by time of installation.DataSourceInterface
DataManager. getDataSource(String dataSourceID)
returns the data source for the given identifierDataSourceInterface
DataSourceManager. getDataSource(String dataSourceID)
DataSourceInterface
FileDataSourceHandlerInterface. readDataSource(String suffix, URLConnection urlConnection, DataInputUtilities utilities)
Methods in omix.plugin.data with parameters of type DataSourceInterface Modifier and Type Method Description TypeSerializationHandlerInterface.AbstractSerialization
DataSourceHandlerInterface. serialize(DataSourceInterface dataSource)
Serializes an instance ofDataSourceInterface
.
Omix iterates the list of installed TypeSerializationHandlers ordered by time of installation.void
FileDataSourceHandlerInterface. writeDataSource(DataSourceInterface dataSource, String suffix, URLConnection urlConnection, DataOutputUtilities utilities)
void
OrdinaryDataSourceHandlerInterface. writeToDataSource(DataSourceInterface dataSource, DataOutputUtilities utilities)
-
Uses of DataSourceInterface in omix.plugin.data.writable
Methods in omix.plugin.data.writable with parameters of type DataSourceInterface Modifier and Type Method Description void
DataSourceManager. addDateSource(String identifier, DataSourceInterface dataSource)