Uses of Class
com.aspose.tasks.FilterCriteria
-
-
Uses of FilterCriteria in com.aspose.tasks
Methods in com.aspose.tasks that return FilterCriteria Modifier and Type Method Description FilterCriteria
Filter. getCriteria()
Gets the criteria that tasks or resources must meet to be displayed in MSP view.Methods in com.aspose.tasks that return types with arguments of type FilterCriteria Modifier and Type Method Description List<FilterCriteria>
FilterCriteria. getCriteriaRows()
Gets the list of childFilterCriteria
rows.Methods in com.aspose.tasks with parameters of type FilterCriteria Modifier and Type Method Description void
Filter. setCriteria(FilterCriteria value)
Sets the criteria that tasks or resources must meet to be displayed in MSP view.
-