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

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

Uses of AbstractJqlFunction in com.atlassian.jira.dev.reference.plugin.jql
 

Subclasses of AbstractJqlFunction in com.atlassian.jira.dev.reference.plugin.jql
 class EchoJqlFunction
          Echoes the the string passed in as an argument.
 

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

Subclasses of AbstractJqlFunction in com.atlassian.jira.plugin.jql.function
 class AbstractDateFunction
          Function that produces the end of the month as the value.
 class AbstractIssueTypeFunction
          Base class for issue type functions.
 class AbstractSingleVersionFunction
          An abstract class for the versions system field flag functions that return a single version only.
 class 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.
 class 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.
 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 ComponentsLeadByUserFunction
          This function returns a list of components lead by a user.
 class CurrentLoginFunction
          Return the date of the last login for the current user.
 class CurrentUserFunction
          Creates a value that is the current search user.
 class EarliestUnreleasedVersionFunction
          Function that produces the last released version for any specified projects.
 class EchoFunction
          Simple function that simply echos its input parameters as its output parameters.
 class EndOfDayFunction
          Function that produces the end of the day as the value.
 class EndOfMonthFunction
          Function that produces the end of the month as the value.
 class EndOfWeekFunction
          Function that produces the end of the week as the value.
 class EndOfYearFunction
          Function that produces the end of the year as the value.
 class IssueHistoryFunction
          A handler for the "issueHistory" function.
 class LastLoginFunction
          Return the date of the last login for the current user.
 class LatestReleasedVersionFunction
          Function that produces the last released version for any specified projects.
 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 ProjectsLeadByUserFunction
          This function returns a list of projects lead by a user.
 class ProjectsWhereUserHasPermissionFunction
          This function returns a list of projects where the user has the requested permission.
 class ProjectsWhereUserHasRoleFunction
          This function returns a list of projects where the user has the requested permission.
 class StartOfDayFunction
          Function that produces the end of the day as the value.
 class StartOfMonthFunction
          Function that produces the end of the month as the value.
 class StartOfWeekFunction
          Function that produces the end of the week as the value.
 class StartOfYearFunction
          Function that produces the end of the year 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-2012 Atlassian. All Rights Reserved.