Uses of Class
wt.replication.export.ExportHandler

Packages that use ExportHandler
wt.replication.export   
 

Uses of ExportHandler in wt.replication.export
 

Fields in wt.replication.export declared as ExportHandler
private  ExportHandler ExportUnitVisitor.theExportHandler
          Deprecated.  
 

Methods in wt.replication.export with parameters of type ExportHandler
 void ReplicationWTPartStruct.export(WTUnit a_unit, ExportHandler a_expHandler)
          

Supported API: false
 void ReplicationProductStruct.export(WTUnit a_unit, ExportHandler a_expHandler)
          

Supported API: false
 void ReplicationEPMDocStruct.export(WTUnit a_unit, ExportHandler a_expHandler)
          

Supported API: false
 void RepEPMDocAndWTPartStructs.export(WTUnit a_unit, ExportHandler a_expHandler)
          

Supported API: false
 

Constructors in wt.replication.export with parameters of type ExportHandler
ExportUnitVisitor(ExportHandler a_expHandler)
          Deprecated.