Class BrowseFilter.NameFilter

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BrowseFilter

    public static class BrowseFilter.NameFilter
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NameFilter​(java.lang.String typeId, java.lang.String... filters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getFilters()  
      java.lang.String getTypeId()  
      boolean passes​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NameFilter

        public NameFilter​(java.lang.String typeId,
                          java.lang.String... filters)
    • Method Detail

      • getTypeId

        public java.lang.String getTypeId()
      • getFilters

        public java.lang.String[] getFilters()
      • passes

        public boolean passes​(java.lang.String value)