public abstract class FilterReader extends Object
| Constructor and Description |
|---|
FilterReader() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CriteriaReader |
getCriteriaReader()
Retrieves the criteria reader used for this filter.
|
protected abstract Integer |
getVarDataType()
Retrieves the type used for the VarData lookup.
|
void |
process(ProjectFile file,
org.mpxj.mpp.FixedData fixedData,
org.mpxj.mpp.Var2Data varData)
Entry point for processing filter definitions.
|
protected abstract Integer getVarDataType()
protected abstract CriteriaReader getCriteriaReader()
public void process(ProjectFile file, org.mpxj.mpp.FixedData fixedData, org.mpxj.mpp.Var2Data varData)
file - project filefixedData - filter fixed datavarData - filter var dataCopyright © 2000–2025 MPXJ. All rights reserved.