Package wt.ixb.handlers.forattributes
Class ExpImpForContentAttr
java.lang.Object
wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
wt.ixb.handlers.forattributes._ExpImpForContentAttr
wt.ixb.handlers.forattributes.ExpImpForContentAttr
- All Implemented Interfaces:
AttributeExporterImporter,ExpImpForContentAttrtItfc
public class ExpImpForContentAttr
extends wt.ixb.handlers.forattributes._ExpImpForContentAttr
implements ExpImpForContentAttrtItfc
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidimportAttributeBatch(List<IxbHndHelper.ElementObjectPair> list, Importer importer) Imports all available attributes from element into the object for each pair in the list.Methods inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
finalizeCheckConflicts, finalizeExport, prepareForCheckConflicts
-
Method Details
-
importAttributeBatch
public void importAttributeBatch(List<IxbHndHelper.ElementObjectPair> list, Importer importer) throws WTException Imports all available attributes from element into the object for each pair in the list.
Supported API: true- Specified by:
importAttributeBatchin interfaceAttributeExporterImporter- Overrides:
importAttributeBatchin classAttributeExporterImporterTemplate- Parameters:
list- elements and objects to be imported.importer- TheImporterinstance that represents the context of the import operation.- Throws:
WTException
-