Uses of Class
com.atlassian.jira.plugin.jql.function.AbstractJqlFunction

Packages that use AbstractJqlFunction
com.atlassian.jira.plugin.jql.function   
 

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

Subclasses of AbstractJqlFunction in com.atlassian.jira.plugin.jql.function
 class AbstractIssueTypeFunction
          Base class for issue type functions.
 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.