public class

NoOpClauseHandler

extends Object
implements ClauseHandler
java.lang.Object
   ↳ com.atlassian.jira.jql.NoOpClauseHandler

Class Overview

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.

Summary

Public Constructors
NoOpClauseHandler(ClausePermissionHandler clausePermissionHandler, String fieldId, ClauseNames clauseNames, String validationI18nKey)
Public Methods
ClauseContextFactory getClauseContextFactory()
ClauseQueryFactory getFactory()
ClauseInformation getInformation()
ClausePermissionHandler getPermissionHandler()
ClauseValidator getValidator()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.jql.ClauseHandler

Public Constructors

public NoOpClauseHandler (ClausePermissionHandler clausePermissionHandler, String fieldId, ClauseNames clauseNames, String validationI18nKey)

Public Methods

public ClauseContextFactory getClauseContextFactory ()

public ClauseQueryFactory getFactory ()

public ClauseInformation getInformation ()

public ClausePermissionHandler getPermissionHandler ()

public ClauseValidator getValidator ()

public String toString ()