public interface

FilterOperationsAction

com.atlassian.jira.web.action.filter.FilterOperationsAction
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
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.

Public Methods

public 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.

public 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.