Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mpp |
Modifier and Type | Method and Description |
---|---|
List<GenericCriteriaPrompt> |
Filter.getPrompts()
Retrieves the prompts required to supply parameters to this filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Filter.evaluate(FieldContainer container,
Map<GenericCriteriaPrompt,Object> promptValues)
Evaluates the filter, returns true if the supplied Task or Resource
instance matches the filter criteria.
|
boolean |
GenericCriteria.evaluate(FieldContainer container,
Map<GenericCriteriaPrompt,Object> promptValues)
Evaluate the criteria and return a boolean result.
|
void |
Filter.setPrompts(List<GenericCriteriaPrompt> prompts)
Sets the prompts to supply the parameters required by this filter.
|
Modifier and Type | Method and Description |
---|---|
GenericCriteria |
CriteriaReader.process(ProjectFile file,
byte[] data,
int dataOffset,
int entryOffset,
List<GenericCriteriaPrompt> prompts,
List<FieldType> fields,
boolean[] criteriaType)
Main entry point to read criteria data.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.