|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
JqlFunctionHandlerRegistry.registerFunctionHandler(JqlFunction jqlFunction)
Registers a JqlFunction plugin once it has been
enabled by the system. |
void |
DefaultJqlFunctionHandlerRegistry.registerFunctionHandler(JqlFunction jqlFunction)
|
void |
JqlFunctionHandlerRegistry.unregisterFunctionHandler(JqlFunction function)
Unregisters a JqlFunction plugin. |
void |
DefaultJqlFunctionHandlerRegistry.unregisterFunctionHandler(JqlFunction jqlFunction)
|
| 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 |
AbstractDateFunction
Function that produces the end of the month as the value. |
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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||