All Packages Class Hierarchy This Package Previous Next Index
Interface org.jcon.df.edit.DataEditorTask
- public interface DataEditorTask
The interface for a DataEditor task. This allows a hard
coded implementation to replace a Param for speed.
-
getDataSources()
- Returns the DataSources for the task.
-
getDataViews()
- Returns the DataViews for the task.
-
init()
- The task should initialize itself, such as preparing
views and sources.
init
public abstract void init()
- The task should initialize itself, such as preparing
views and sources. Call this method after setting the
above task properties.
getDataViews
public abstract Hashtable getDataViews()
- Returns the DataViews for the task. Called after init().
getDataSources
public abstract Hashtable getDataSources()
- Returns the DataSources for the task. Called after init().
All Packages Class Hierarchy This Package Previous Next Index