public interface IExtractionTask extends IEngineTask
CANCEL_ON_ERROR, CONTINUE_ON_ERROR, STATUS_CANCELLED, STATUS_FAILED, STATUS_NOT_STARTED, STATUS_RUNNING, STATUS_SUCCEEDED, TASK_DATAEXTRACTION, TASK_DATASETPREVIEW, TASK_GETPARAMETERDEFINITION, TASK_RENDER, TASK_RUN, TASK_RUNANDRENDER, TASK_UNKNOWN
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
extract()
execute this extraction task
|
void |
extract(IExtractionOption option)
execute this extraction task
|
void |
setFilters(org.eclipse.birt.data.engine.api.IFilterDefinition[] filters)
the filter conditions
|
void |
setSorts(org.eclipse.birt.data.engine.api.ISortDefinition[] sorts)
set sorting conditions
|
void |
setSorts(org.eclipse.birt.data.engine.api.ISortDefinition[] simpleSortExpression,
boolean overrideExistingSorts)
set sorting conditions
|
addScriptableJavaObject, cancel, cancel, close, getAppContext, getCancelFlag, getEngine, getErrors, getID, getLocale, getLogger, getParameterDisplayText, getParameterValue, getParameterValues, getReportRunnable, getStatus, getTaskType, getULocale, setAppContext, setDataSource, setDataSource, setErrorHandlingOption, setLocale, setLocale, setLogger, setParameter, setParameter, setParameterDisplayText, setParameterDisplayText, setParameterValue, setParameterValue, setParameterValues, setProgressMonitor, setStatusHandler, setTimeZone, setUserACL, validateParameters
void setFilters(org.eclipse.birt.data.engine.api.IFilterDefinition[] filters)
filters
- void setSorts(org.eclipse.birt.data.engine.api.ISortDefinition[] sorts)
sorts
- void setSorts(org.eclipse.birt.data.engine.api.ISortDefinition[] simpleSortExpression, boolean overrideExistingSorts)
simpleSortExpression
- overrideExistingSorts
- java.lang.Object extract() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
void extract(IExtractionOption option) throws org.eclipse.birt.core.exception.BirtException
option
- the extraction optionorg.eclipse.birt.core.exception.BirtException
Copyright © 2008 Actuate Corp. All rights reserved.