Uses of Class
com.atlassian.query.operand.FunctionOperand
Package
Description
-
Uses of FunctionOperand in com.atlassian.jira.dev.jql.function
Modifier and TypeMethodDescriptionEchoFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EchoFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) -
Uses of FunctionOperand in com.atlassian.jira.dev.reference.plugin.jql
Modifier and TypeMethodDescriptionEchoJqlFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EchoJqlFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) -
Uses of FunctionOperand in com.atlassian.jira.jql.operand
Modifier and TypeMethodDescriptionDefaultJqlOperandResolver.sanitiseFunctionOperand
(ApplicationUser searcher, FunctionOperand funcOperand) JqlOperandResolver.sanitiseFunctionOperand
(ApplicationUser searcher, FunctionOperand operand) Sanitise a function operand for the specified user, so that information is not leaked.Modifier and TypeMethodDescriptionFunctionOperandHandler.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) DefaultJqlOperandResolver.sanitiseFunctionOperand
(ApplicationUser searcher, FunctionOperand funcOperand) JqlOperandResolver.sanitiseFunctionOperand
(ApplicationUser searcher, FunctionOperand operand) Sanitise a function operand for the specified user, so that information is not leaked.FunctionOperandHandler.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) -
Uses of FunctionOperand in com.atlassian.jira.jql.operand.registry
Modifier and TypeMethodDescriptionJqlFunctionHandlerRegistry.getOperandHandler
(FunctionOperand operand) Fetches the associated OperandHandler for the provided FunctionOperand.PluginsAwareJqlFunctionHandlerRegistry.getOperandHandler
(FunctionOperand operand) -
Uses of FunctionOperand in com.atlassian.jira.jql.parser.antlr
-
Uses of FunctionOperand in com.atlassian.jira.jql.permission
Modifier and TypeMethodDescriptionDefaultOperandSanitisingVisitor.visit
(FunctionOperand function) -
Uses of FunctionOperand in com.atlassian.jira.jql.util
Modifier and TypeMethodDescriptionArgumentExtractingOperandVisitor.visit
(FunctionOperand functionOperand) -
Uses of FunctionOperand in com.atlassian.jira.jql.validator
-
Uses of FunctionOperand in com.atlassian.jira.plugin.jql.function
Modifier and TypeMethodDescriptionAbstractVersionsFunction.sanitiseOperand
(ApplicationUser searcher, FunctionOperand operand) ClauseSanitisingJqlFunction.sanitiseOperand
(ApplicationUser searcher, FunctionOperand operand) Sanitise a function operand for the specified user, so that information is not leaked.LinkedIssuesFunction.sanitiseOperand
(ApplicationUser searcher, FunctionOperand operand) Modifier and TypeMethodDescriptionprotected abstract List<QueryLiteral>
AbstractUserBasedFunction.getFunctionValuesList
(QueryCreationContext queryCreationContext, FunctionOperand operand, ApplicationUser user) Get the function return values based on the actual user.protected abstract List<QueryLiteral>
AbstractUserCapabilityFunction.getFunctionValuesList
(QueryCreationContext queryCreationContext, FunctionOperand operand, ApplicationUser user, String capability) Get the function return values based on the actual user and capability.protected List<QueryLiteral>
ComponentsLeadByUserFunction.getFunctionValuesList
(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, ApplicationUser user) protected List<QueryLiteral>
ProjectsLeadByUserFunction.getFunctionValuesList
(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, ApplicationUser user) protected List<QueryLiteral>
ProjectsWhereUserHasPermissionFunction.getFunctionValuesList
(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, ApplicationUser user, String permissionName) protected List<QueryLiteral>
ProjectsWhereUserHasRoleFunction.getFunctionValuesList
(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, ApplicationUser user, String roleName) AbstractUserBasedFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, TerminalClause terminalClause) AbstractUserCapabilityFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, TerminalClause terminalClause) AbstractVersionsFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) AllStandardIssueTypesFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) AllSubIssueTypesFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) CascadeOptionFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) Note: this method returns unconvential query literals.CurrentLoginFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) CurrentUserFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EarliestUnreleasedVersionFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EndOfDayFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EndOfMonthFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EndOfWeekFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EndOfYearFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) IssueHistoryFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) JqlFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) Gets the unexpanded values provided by the user on input.LastLoginFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) LatestReleasedVersionFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) LinkedIssuesFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) MembersOfFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) NowFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) RemoteLinksByGlobalIdFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) StartOfDayFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) StartOfMonthFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) StartOfWeekFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) StartOfYearFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) UpdatedByFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) VotedIssuesFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) WatchedIssuesFunction.getValues
(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) protected boolean
AbstractUserBasedFunction.isAnonymousAccessAllowed
(FunctionOperand functionOperand) AbstractVersionsFunction.sanitiseOperand
(ApplicationUser searcher, FunctionOperand operand) ClauseSanitisingJqlFunction.sanitiseOperand
(ApplicationUser searcher, FunctionOperand operand) Sanitise a function operand for the specified user, so that information is not leaked.LinkedIssuesFunction.sanitiseOperand
(ApplicationUser searcher, FunctionOperand operand) AbstractDateFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) AbstractIssueTypeFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) AbstractUserBasedFunction.validate
(ApplicationUser searcher, FunctionOperand functionOperand, TerminalClause terminalClause) AbstractUserCapabilityFunction.validate
(ApplicationUser searcher, FunctionOperand functionOperand, TerminalClause terminalClause) AbstractVersionsFunction.validate
(ApplicationUser searcherUser, FunctionOperand operand, TerminalClause terminalClause) AllSubIssueTypesFunction.validate
(ApplicationUser user, FunctionOperand operand, TerminalClause terminalClause) CascadeOptionFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) CurrentLoginFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) CurrentUserFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) IssueHistoryFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) JqlFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) Will validate the function operand's arguments and report back any errors.LastLoginFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) LinkedIssuesFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) MembersOfFunction.validate
(ApplicationUser searcher, FunctionOperand functionOperand, TerminalClause terminalClause) NowFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) RemoteLinksByGlobalIdFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) UpdatedByFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) VotedIssuesFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) WatchedIssuesFunction.validate
(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) protected MessageSet
AbstractJqlFunction.validateNumberOfArgs
(FunctionOperand operand, int expected) protected MessageSet
AbstractUserBasedFunction.validateQuery
(FunctionOperand functionOperand, I18nHelper i18n) -
Uses of FunctionOperand in com.atlassian.query.operand
Modifier and TypeMethodDescriptionOperandVisitor.visit
(FunctionOperand function) The method called when visiting aFunctionOperand
.