public class LinkDataLoader extends DataLoader
Constructor and Description |
---|
LinkDataLoader(ReconInfo reconInfo,
DataSet dataSet) |
Modifier and Type | Method and Description |
---|---|
ReconValueSet |
getReconValueSet()
Returns the loaded attributes and spec attributes.
|
void |
load()
Loads the reconValueSet for the reconValueSet set being used.
|
void |
setAttributes(java.util.List<java.lang.String> attributes)
Adds attributes.
|
void |
setSpecAttributes(java.util.List<java.lang.String> specAttributes)
Adds specs attributes.
|
void |
setTaskFilter(TaskFilter taskFilter)
Sets the task filter.
|
public void setTaskFilter(TaskFilter taskFilter)
taskFilter
- the taskFilter to setpublic void load() throws java.rmi.RemoteException, MXException, java.sql.SQLException
java.rmi.RemoteException
MXException
java.sql.SQLException
public void setAttributes(java.util.List<java.lang.String> attributes)
attributes
- the attributes to setpublic void setSpecAttributes(java.util.List<java.lang.String> specAttributes)
specAttributes
- the specAttributes to setpublic ReconValueSet getReconValueSet()