org.nuiton.wikitty.addons.importexport
Class ExportTask

java.lang.Object
  extended by org.nuiton.wikitty.addons.importexport.ExportTask
All Implemented Interfaces:
Runnable

Deprecated. since 3.4 use ExportQueryTask with new query api

@Deprecated
public class ExportTask
extends Object
implements Runnable

Author:
poussin

Field Summary
protected  Criteria criteria
          Deprecated.  
protected  WikittyImportExportService.FORMAT format
          Deprecated.  
protected  String securityToken
          Deprecated.  
protected  Writer writer
          Deprecated.  
protected  WikittyService ws
          Deprecated.  
 
Constructor Summary
ExportTask(String securityToken, WikittyService ws, WikittyImportExportService.FORMAT format, Criteria criteria, Writer writer)
          Deprecated.  
 
Method Summary
 void run()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ws

protected WikittyService ws
Deprecated. 

format

protected WikittyImportExportService.FORMAT format
Deprecated. 

criteria

protected Criteria criteria
Deprecated. 

writer

protected Writer writer
Deprecated. 

securityToken

protected String securityToken
Deprecated. 
Constructor Detail

ExportTask

public ExportTask(String securityToken,
                  WikittyService ws,
                  WikittyImportExportService.FORMAT format,
                  Criteria criteria,
                  Writer writer)
Deprecated. 
Method Detail

run

public void run()
Deprecated. 
Specified by:
run in interface Runnable


Copyright © 2009-2012 CodeLutin. All Rights Reserved.