Class NoOpClauseHandler

java.lang.Object
com.atlassian.jira.jql.NoOpClauseHandler
All Implemented Interfaces:
ClauseHandler

public class NoOpClauseHandler extends Object implements ClauseHandler
A clause handler that does nothing and will show the passed in error message when validate is invoked. This will return a false query if the query factory is invoked, it will also generate an All context if asked for its context. The permission handler is the one that is passed in.
Since:
v4.0