com.atlassian.jira.web.action.filter
Interface FilterOperationsAction

All Known Implementing Classes:
AbstractViewIssueColumns, EditFilter, FilterSubscription, IssueNavigator, ManageFilters, ManageSubscriptions, SaveAsFilter, SaveFilter, ViewIssueColumns, ViewSearchRequestIssueColumns, ViewSharedFilters, ViewUserIssueColumns

public interface FilterOperationsAction

Implemented by actions that wish to display and customise filter operations.

Since:
v4.0

Method Summary
 FilterOperationsBean getFilterOperationsBean()
          Return the filter operations beans that describes the operations that should be displayed for this action.
 boolean isFilterValid()
          Tells if the filter state is valid and can bee saved or run.
 

Method Detail

getFilterOperationsBean

FilterOperationsBean getFilterOperationsBean()
Return the filter operations beans that describes the operations that should be displayed for this action.

Returns:
the filter operation bean for the actions.

isFilterValid

boolean isFilterValid()
Tells if the filter state is valid and can bee saved or run. If there is no filter relevant to the action, return true.

Returns:
false only if there is a filter that is invalid; no relevant filter results in true.


Copyright © 2002-2013 Atlassian. All Rights Reserved.