Class BrowseFilter.NameFilter

java.lang.Object
com.inductiveautomation.ignition.common.browsing.BrowseFilter.NameFilter
All Implemented Interfaces:
Serializable
Enclosing class:
BrowseFilter

public static class BrowseFilter.NameFilter extends Object implements Serializable
This filter class allows for the definition of one or more potential filters for a specific type id. If any of the filters pass, the object will pass.
See Also:
  • Constructor Details

    • NameFilter

      public NameFilter(String typeId, String... filters)
  • Method Details

    • getTypeId

      public String getTypeId()
    • getFilters

      public String[] getFilters()
    • passes

      public boolean passes(String value)