Uses of Class
net.sf.mpxj.GenericCriteriaPrompt

Packages that use GenericCriteriaPrompt
net.sf.mpxj   
net.sf.mpxj.mpp   
 

Uses of GenericCriteriaPrompt in net.sf.mpxj
 

Methods in net.sf.mpxj that return types with arguments of type GenericCriteriaPrompt
 List<GenericCriteriaPrompt> Filter.getPrompts()
          Retrieves the prompts required to supply parameters to this filter.
 

Method parameters in net.sf.mpxj with type arguments of type GenericCriteriaPrompt
 boolean GenericCriteria.evaluate(FieldContainer container, Map<GenericCriteriaPrompt,Object> promptValues)
          Evaluate the criteria and return a boolean result.
 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.
 void Filter.setPrompts(List<GenericCriteriaPrompt> prompts)
          Sets the prompts to supply the parameters required by this filter.
 

Uses of GenericCriteriaPrompt in net.sf.mpxj.mpp
 

Method parameters in net.sf.mpxj.mpp with type arguments of type GenericCriteriaPrompt
 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 © 2012. All Rights Reserved.