Class: WorkItems::WorkItemsFinder

Inherits:
IssuesFinder show all
Defined in:
app/finders/work_items/work_items_finder.rb

Direct Known Subclasses

NamespaceWorkItemsFinder

Constant Summary

Constants inherited from IssuesFinder

IssuesFinder::CONFIDENTIAL_ACCESS_LEVEL

Constants inherited from IssuableFinder

IssuableFinder::FULL_TEXT_SEARCH_TERM_PATTERN, IssuableFinder::FULL_TEXT_SEARCH_TERM_REGEX, IssuableFinder::NEGATABLE_PARAMS_HELPER_KEYS

Instance Attribute Summary

Attributes inherited from IssuableFinder

#current_user, #original_params, #params

Attributes included from FinderWithCrossProjectAccess

#should_skip_cross_project_check

Instance Method Summary collapse

Methods inherited from IssuesFinder

#klass, scalar_params, #with_confidentiality_access_check

Methods included from Gitlab::Utils::Override

#extended, extensions, #included, #method_added, #override, #prepended, #queue_verification, verify!

Methods inherited from IssuableFinder

array_params, #count_by_state, #execute, #filter_negated_items, #initialize, #klass, negatable_array_params, negatable_params, negatable_scalar_params, #parent_param, #parent_param=, #row_count, scalar_params, #search, #should_filter_negated_args?, #use_cte_for_search?, valid_params

Methods included from UpdatedAtFilter

#by_updated_at

Methods included from CreatedAtFilter

#by_created_at

Methods included from FinderMethods

#find, #find_by, #find_by!

Methods included from FinderWithCrossProjectAccess

#can_read_cross_project?, #can_read_project?, #execute, #find, #find_by, #find_by!, #skip_cross_project_check

Constructor Details

This class inherits a constructor from IssuableFinder

Instance Method Details

#params_classObject



9
10
11
# File 'app/finders/work_items/work_items_finder.rb', line 9

def params_class
  ::IssuesFinder::Params
end