| Package | Description |
|---|---|
| org.opencms.importexport |
Contains functions to import and export resources from the OpenCms VFS.
|
| org.opencms.module |
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CmsImportVersion10.RelationData> |
CmsImportVersion10.m_relationsForResource
Holds the relation data for the resource to be imported.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsImportVersion10.RelationData> |
CmsResourceImportData.getRelations()
Gets the relations.
|
| Constructor and Description |
|---|
CmsResourceImportData(CmsResource resource,
java.lang.String path,
byte[] content,
java.util.List<CmsProperty> properties,
java.util.List<CmsAccessControlEntry> aces,
java.util.List<CmsImportVersion10.RelationData> relationData,
boolean hasStructureId,
boolean hasDateLastModified)
Creats a new instance.
|