admGetFiltersForProject
Description
Retrieves all filters for a given project that the user is allowed to see.
Parameters
Return Type
Returns a list of filters for a given project that the user is allowed to see.
Example
JFilter [] filters = admGetFiltersForProject("admin", "TEST");
for(JFilter f in filters) {
runnerLog("returned filter: " + f);
}