Class ComponentSearchResultDTO

java.lang.Object
org.apache.nifi.web.api.dto.search.ComponentSearchResultDTO

public class ComponentSearchResultDTO extends Object
The components that match a search performed on this NiFi.
  • Field Details

  • Constructor Details

    • ComponentSearchResultDTO

      public ComponentSearchResultDTO()
  • Method Details

    • getId

      public String getId()
      Returns:
      id of the component that matched
    • setId

      public void setId(String id)
    • getGroupId

      public String getGroupId()
      Returns:
      group id of the component that matched
    • setGroupId

      public void setGroupId(String groupId)
    • getParentGroup

      public SearchResultGroupDTO getParentGroup()
      Returns:
      parent group of the component that matched
    • setParentGroup

      public void setParentGroup(SearchResultGroupDTO parentGroup)
    • getVersionedGroup

      public SearchResultGroupDTO getVersionedGroup()
      Returns:
      the nearest versioned ancestor group of the component that matched
    • setVersionedGroup

      public void setVersionedGroup(SearchResultGroupDTO versionedGroup)
    • getName

      public String getName()
      Returns:
      name of the component that matched
    • setName

      public void setName(String name)
    • getMatches

      public List<String> getMatches()
      Returns:
      What matched the search string for this component
    • setMatches

      public void setMatches(List<String> matches)