Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.98 KB

File metadata and controls

21 lines (16 loc) · 1.98 KB

SearchResultsDTO

Properties

Name Type Description Notes
processorResults List<ComponentSearchResultDTO> The processors that matched the search. [optional]
connectionResults List<ComponentSearchResultDTO> The connections that matched the search. [optional]
processGroupResults List<ComponentSearchResultDTO> The process groups that matched the search. [optional]
inputPortResults List<ComponentSearchResultDTO> The input ports that matched the search. [optional]
outputPortResults List<ComponentSearchResultDTO> The output ports that matched the search. [optional]
remoteProcessGroupResults List<ComponentSearchResultDTO> The remote process groups that matched the search. [optional]
funnelResults List<ComponentSearchResultDTO> The funnels that matched the search. [optional]
labelResults List<ComponentSearchResultDTO> The labels that matched the search. [optional]
controllerServiceNodeResults List<ComponentSearchResultDTO> The controller service nodes that matched the search [optional]
parameterContextResults List<ComponentSearchResultDTO> The parameter contexts that matched the search. [optional]
parameterProviderNodeResults List<ComponentSearchResultDTO> The parameter provider nodes that matched the search [optional]
parameterResults List<ComponentSearchResultDTO> The parameters that matched the search. [optional]