Uses of Package
com.atlassian.jira.plugin.jql.function

Packages that use com.atlassian.jira.plugin.jql.function
com.atlassian.jira.dev.reference.plugin.jql   
com.atlassian.jira.jql.operand   
com.atlassian.jira.plugin.jql.function   
 

Classes in com.atlassian.jira.plugin.jql.function used by com.atlassian.jira.dev.reference.plugin.jql
AbstractJqlFunction
          A useful base implementation of the JqlFunction interface, that provides sensible default behaviour for the AbstractJqlFunction.init(JqlFunctionModuleDescriptor), AbstractJqlFunction.getFunctionName() and AbstractJqlFunction.isList() methods.
JqlFunction
          Functions in JQL can be used to provide values for search criteria.
 

Classes in com.atlassian.jira.plugin.jql.function used by com.atlassian.jira.jql.operand
JqlFunction
          Functions in JQL can be used to provide values for search criteria.
 

Classes in com.atlassian.jira.plugin.jql.function used by com.atlassian.jira.plugin.jql.function
AbstractDateFunction
          Function that produces the end of the month as the value.
AbstractDateFunction.UNIT
           
AbstractIssueTypeFunction
          Base class for issue type functions.
AbstractJqlFunction
          A useful base implementation of the JqlFunction interface, that provides sensible default behaviour for the AbstractJqlFunction.init(JqlFunctionModuleDescriptor), AbstractJqlFunction.getFunctionName() and AbstractJqlFunction.isList() methods.
AbstractSingleVersionFunction
          An abstract class for the versions system field flag functions that return a single version only.
AbstractUserBasedFunction
          This is an abstract parent to user based functions that rely on returning a list of a list of QueryLiteral based on either the current user or a user passed as a parameter.
AbstractUserCapabilityFunction
          This is an abstract parent to user based functions that rely on returning a list of a list of QueryLiteral based on either the current user or a user passed as a parameter.
AbstractVersionsFunction
          An abstract class for the versions system field flag functions
ClauseSanitisingJqlFunction
          An additional interface which can be implemented by JqlFunction classes in order to indicate to the JqlOperandResolver that their arguments are able to be sanitised if necessary.
JqlFunction
          Functions in JQL can be used to provide values for search criteria.
JqlFunctionModuleDescriptor
          A module descriptor for a JQL function handler that produces a JqlFunction.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.