@Deprecated public interface IExplorerImportExport extends IExplorerAbstractImportExport
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_NOTICE
Deprecated.
Common copyright notice
|
static java.lang.String |
SCCSID
Deprecated.
CMVC descriptors - expanded during extraction
|
Modifier and Type | Method and Description |
---|---|
boolean |
exportData(java.lang.String categoryId,
java.lang.String subcategoryId,
java.io.OutputStream outputStream)
Deprecated.
Export to the specified output stream for the specified categoryId and subcategoryId.
|
boolean |
importData(java.lang.String categoryId,
java.lang.String subcategoryId,
java.io.InputStream inputStream)
Deprecated.
Import from the specified input stream for the specified categoryId and subcategoryId.
|
static final java.lang.String COPYRIGHT_NOTICE
static final java.lang.String SCCSID
boolean importData(java.lang.String categoryId, java.lang.String subcategoryId, java.io.InputStream inputStream)
categoryId
- the category id to import forsubcategoryId
- the subcategory id to import forinputStream
- the input stream to import from. THIS STREAM SHOULD NOT BE CLOSED.boolean exportData(java.lang.String categoryId, java.lang.String subcategoryId, java.io.OutputStream outputStream)
categoryId
- the category id to export forsubcategoryId
- the subcategory id to export foroutputStream
- the output stream to export to. THIS STREAM SHOULD NOT BE CLOSED.