gran.app.adapter.export
Class XMLExportAdapter

java.lang.Object
  extended bygran.app.adapter.export.XMLExportAdapter
All Implemented Interfaces:
Adapter, ExportAdapter

public class XMLExportAdapter
extends java.lang.Object
implements ExportAdapter


Constructor Summary
XMLExportAdapter()
           
 
Method Summary
 void exportImpl(java.lang.String sessionid, java.lang.String taskid, java.lang.String userid)
          Export task with subtasks
 java.lang.String getDescription()
          Get description of adapter as plain text
 boolean init()
          Initialize adapter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLExportAdapter

public XMLExportAdapter()
Method Detail

init

public boolean init()
Description copied from interface: Adapter
Initialize adapter. TrackStudio calls this method during startup.

Specified by:
init in interface Adapter
Returns:
true when adapter initialized, false otherwise.

getDescription

public java.lang.String getDescription()
Description copied from interface: Adapter
Get description of adapter as plain text

Specified by:
getDescription in interface Adapter

exportImpl

public void exportImpl(java.lang.String sessionid,
                       java.lang.String taskid,
                       java.lang.String userid)
                throws GranException
Description copied from interface: ExportAdapter
Export task with subtasks

Specified by:
exportImpl in interface ExportAdapter
Parameters:
taskid - - task (or project) to export
userid - - user, who export task
Throws:
GranException


Copyright © 2002-2004 TrackStudio, Ltd. All Rights Reserved.