Interface ImportHandler
public interface ImportHandler
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterAdjustAttributes(StoreElement storeElement) Called after adjusting the StoreElement attributesvoidafterExternalAttributeImport(StoreElement storeElement) Called after restoring the external attributes of the StoreElementvoidafterImportData(StoreElement storeElement) Called after importing custom data of the StoreElementvoidafterStoreElementImport(StoreElement storeElement) Called after the StoreElement has been constructedvoidsetImportElementCount(int count) How many StoreElements are going to be imported
-
Method Details
-
afterStoreElementImport
Called after the StoreElement has been constructed- Parameters:
storeElement-- Since:
- 3.0
-
afterExternalAttributeImport
Called after restoring the external attributes of the StoreElement- Parameters:
storeElement-- Since:
- 3.0
-
afterImportData
Called after importing custom data of the StoreElement- Parameters:
storeElement-- Since:
- 3.0
-
afterAdjustAttributes
Called after adjusting the StoreElement attributes- Parameters:
storeElement-- Since:
- 3.0
-
setImportElementCount
void setImportElementCount(int count) How many StoreElements are going to be imported- Parameters:
count-- Since:
- 3.0
-