com.atlassian.jira.issue
Interface IssueFilter

All Known Implementing Classes:
FilterParameter, PermissionsParameter, TimeEstimateCompleteFilter

public interface IssueFilter


Method Summary
 boolean filterIssue(org.ofbiz.core.entity.GenericValue issue)
          Decide whether or not to filter out this issue
 

Method Detail

filterIssue

boolean filterIssue(org.ofbiz.core.entity.GenericValue issue)
Decide whether or not to filter out this issue

Returns:
TRUE if the issue should be filtered out


Copyright © 2002-2008 Atlassian. All Rights Reserved.