Package wt.ixb.handlers.forclasses.attr
Class ExpImpForWTDocumentUsageLinkAttr
java.lang.Object
wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
wt.ixb.handlers.forclasses.attr._ExpImpForWTDocumentUsageLinkAttr
wt.ixb.handlers.forclasses.attr.ExpImpForWTDocumentUsageLinkAttr
- All Implemented Interfaces:
AttributeExporterImporter
public class ExpImpForWTDocumentUsageLinkAttr
extends wt.ixb.handlers.forclasses.attr._ExpImpForWTDocumentUsageLinkAttr
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
areObjsAttributesPreparedForExp, CONFLICT_RESOURCE, RESOURCE -
Method Summary
Modifier and TypeMethodDescriptionvoidexportAttribute(Object obj, IxbElement fileXML, Exporter exporter) Export attributes for a WTDocumentUsageLink to its XML file.
Supported API: trueimportAttribute(Object object, IxbElement fileXML, Importer importer) Import attributes for a WTDocumentUsageLink from its XML file.
Supported API: trueMethods inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
checkConflictForAttribute, checkConflictForAttributeBatch, finalizeCheckConflicts, finalizeExport, finalizeImport, importAttributeBatch, isConflictCheckRequired, isConflictCheckRequired, isConflictCheckRequired, prepareAttributeForExport, prepareForCheckConflicts, prepareForImport, reset
-
Method Details
-
exportAttribute
Export attributes for a WTDocumentUsageLink to its XML file.
Supported API: true- Specified by:
exportAttributein interfaceAttributeExporterImporter- Overrides:
exportAttributein classAttributeExporterImporterTemplate- Parameters:
obj- The WTDocumentUsageLinkfileXML- XML file that contains information about the WTDocumentUsageLinkexporter- The instance of the class Exporter- Throws:
WTException
-
importAttribute
public Object importAttribute(Object object, IxbElement fileXML, Importer importer) throws WTException Import attributes for a WTDocumentUsageLink from its XML file.
Supported API: true- Specified by:
importAttributein interfaceAttributeExporterImporter- Overrides:
importAttributein classAttributeExporterImporterTemplate- Parameters:
object- The WTDocumentUsageLinkfileXML- XML file that contains information about the WTDocumentUsageLinkimporter- The instance of the class Importer- Returns:
- Object
- Throws:
WTException
-