Uses of Interface
com.atlassian.jira.plugin.jql.function.JqlFunction

Packages that use JqlFunction
com.atlassian.jira.jql.operand   
com.atlassian.jira.plugin.jql.function   
 

Uses of JqlFunction in com.atlassian.jira.jql.operand
 

Fields in com.atlassian.jira.jql.operand declared as JqlFunction
protected  JqlFunction FunctionOperandHandler.jqlFunction
           
 

Methods in com.atlassian.jira.jql.operand that return JqlFunction
 JqlFunction FunctionOperandHandler.getJqlFunction()
           
 

Methods in com.atlassian.jira.jql.operand with parameters of type JqlFunction
 void DefaultJqlFunctionHandlerRegistry.registerFunctionHandler(JqlFunction jqlFunction)
           
 void JqlFunctionHandlerRegistry.registerFunctionHandler(JqlFunction jqlFunction)
          Registers a JqlFunction plugin once it has been enabled by the system.
 void DefaultJqlFunctionHandlerRegistry.unregisterFunctionHandler(JqlFunction jqlFunction)
           
 void JqlFunctionHandlerRegistry.unregisterFunctionHandler(JqlFunction function)
          Unregisters a JqlFunction plugin.
 

Constructors in com.atlassian.jira.jql.operand with parameters of type JqlFunction
FunctionOperandHandler(JqlFunction jqlFunction)
           
 

Uses of JqlFunction in com.atlassian.jira.plugin.jql.function
 

Classes in com.atlassian.jira.plugin.jql.function that implement JqlFunction
 class AbstractIssueTypeFunction
          Base class for issue type functions.
 class 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.
 class AbstractVersionsFunction
          An abstract class for the versions system field flag functions
 class AllReleasedVersionsFunction
          Function that produces released versions for any specified projects (or all released versions if no project is specified).
 class AllStandardIssueTypesFunction
          Function that produces all the standard issue types
 class AllSubIssueTypesFunction
          Function that produces all the sub-task issue types.
 class AllUnreleasedVersionsFunction
          Function that produces released versions for any specified projects (or all released versions if no project is specified).
 class CascadeOptionFunction
          A function that allows the user to select children of a specific parent option for cascading select fields.
 class CurrentUserFunction
          Creates a value that is the current search user.
 class EchoFunction
          Simple function that simply echos its input parameters as its output parameters.
 class IssueHistoryFunction
          A handler for the "issueHistory" function.
 class LinkedIssuesFunction
          Returns the issue ids of issues linked to the specified issue which the user can see.
 class MembersOfFunction
          Performs the validation and value generation for the MembersOf function.
 class NowFunction
          Function that produces the current date as the value.
 class VotedIssuesFunction
          Returns the issue ids of the voted issues for the current user.
 class WatchedIssuesFunction
          Returns the issue ids of the watched issues for the current user.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.