public interface WebCmsPropertyDataImporter<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebCmsPropertyDataImporter.Phase |
| Modifier and Type | Method and Description |
|---|---|
boolean |
importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
T asset,
WebCmsDataAction action)
Perform the actual import of the property data.
|
boolean |
supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
boolean supports(WebCmsPropertyDataImporter.Phase phase, WebCmsDataEntry dataEntry, Object asset, WebCmsDataAction action)
phase - in which this importer should executedataEntry - property data to setasset - asset being importedaction - that will be performed with the asset @return true if this importer should be executedboolean importData(WebCmsPropertyDataImporter.Phase phase, WebCmsDataEntry propertyData, T asset, WebCmsDataAction action)
true this means that data has been imported.phase - in which this importer should executepropertyData - specific property data setasset - asset being importedaction - that will be performed with the assetCopyright © 2020. All rights reserved.