Interface ImportHandler
public interface ImportHandler
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterAdjustAttributes
(StoreElement storeElement) Called after adjusting the StoreElement attributesvoid
afterExternalAttributeImport
(StoreElement storeElement) Called after restoring the external attributes of the StoreElementvoid
afterImportData
(StoreElement storeElement) Called after importing custom data of the StoreElementvoid
afterStoreElementImport
(StoreElement storeElement) Called after the StoreElement has been constructedvoid
setImportElementCount
(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
-