|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.apelon.beans.dts.plugin.subset.export.SubsetDataExporter
public abstract class SubsetDataExporter
This class should be extended to provide a Custom Subset Data Exporter.
Copyright: Copyright (c) 2004
Company: Apelon, Inc.
| Field Summary | |
|---|---|
protected DTSQuery |
query
DTSQuery contains the accessor to all DTS Queries. |
| Constructor Summary | |
|---|---|
SubsetDataExporter()
|
|
| Method Summary | |
|---|---|
void |
cancelExport()
Called to cancel the export |
abstract void |
export(Iterator concepts)
The data is formatted and exported in this method. |
abstract String |
getDisplayText()
Returns the text to display in the Export Wizard main screen. |
ExportStatus |
getStatus()
Returns the status of the export |
String |
getSummary()
Returns the summary of the export to display in the Export Wizard main screen. |
void |
setDTSQuery(DTSQuery query)
Sets the DTSQuery to use in the sub classes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DTSQuery query
DTSQuery contains the accessor to all DTS Queries.
| Constructor Detail |
|---|
public SubsetDataExporter()
| Method Detail |
|---|
public abstract String getDisplayText()
public abstract void export(Iterator concepts)
throws Exception
concepts - Iterator of DTSConcept
Exceptionpublic String getSummary()
public void setDTSQuery(DTSQuery query)
DTSQuery contains the accessor to all DTS Queries.
query - public ExportStatus getStatus()
public void cancelExport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||