@Order(value=-2147483648) @Component public final class WebCmsForceUpdatePropertyImporter extends Object implements WebCmsPropertyDataImporter
WebCmsPropertyDataImporter.Phase| Modifier and Type | Field and Description |
|---|---|
static String |
FORCE_UPDATE |
| Constructor and Description |
|---|
WebCmsForceUpdatePropertyImporter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
Object asset,
WebCmsDataAction action)
Perform the actual import of the property data.
|
boolean |
supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
public static final String FORCE_UPDATE
public boolean supports(WebCmsPropertyDataImporter.Phase phase, WebCmsDataEntry dataEntry, Object asset, WebCmsDataAction action)
supports in interface WebCmsPropertyDataImporterphase - 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 executedpublic boolean importData(WebCmsPropertyDataImporter.Phase phase, WebCmsDataEntry propertyData, Object asset, WebCmsDataAction action)
WebCmsPropertyDataImportertrue this means that data has been imported.importData in interface WebCmsPropertyDataImporterphase - in which this importer should executepropertyData - specific property data setasset - asset being importedaction - that will be performed with the assetCopyright © 2020. All rights reserved.