gran.app.adapter
Interface ExportAdapter
- All Superinterfaces:
- Adapter
- All Known Implementing Classes:
- XMLExportAdapter
- public interface ExportAdapter
- extends Adapter
Export current task and all subtasks.
|
Method Summary |
java.lang.String |
exportImpl(SessionContext sc,
java.lang.String taskId,
boolean deepExport,
boolean includeUdf,
boolean includeMessages)
Export task with subtasks |
exportImpl
public java.lang.String exportImpl(SessionContext sc,
java.lang.String taskId,
boolean deepExport,
boolean includeUdf,
boolean includeMessages)
throws GranException
- Export task with subtasks
- Parameters:
taskId - - task (or project) to export
- Throws:
GranException
Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.