Updates a Predicate for a given column. Removes an existing predicate for this column if it exists and adds the new Predicate.
the index of the header column
the Predicate that should be added
data necessary for the configuration of the Category that generates the added predicate
information about the search header change
whether the input was cleared
the id of the removed Predicate
whether the corresponding header search input should be cleared
HeaderSearchService can only be initialized if it successfully injected a SearchService and a AbstractHeaderService instance of any of the supported types was set into it.
Currently only task and case header searching is supported.
Processes the change object of a case immediate data header and resolves it into the appropriate case search predicate change
the change object that should be resolved
Processes the change object of a case meta header and resolves it into the appropriate case search predicate change
the change object that should be resolved
Processes the change object and resolves it into the appropriate case search predicate change
the change object that should be resolved
Pushes all the predicates from the headers into the search interface and clears the header inputs
Transforms the HeaderChange object into a search predicate
Removes a predicate that corresponds to the provided column
the index of the column that cleared it's search
whether the corresponding header search input should be cleared
Generated using TypeDoc
Acts as an intermediary between the AbstractHeaderService instances of various types and the SearchService