Class BpmnPropertyPanel.ConfigurationContains

  • All Implemented Interfaces:
    IFilter<java.lang.String>
    Enclosing class:
    BpmnPropertyPanel

    protected static final class BpmnPropertyPanel.ConfigurationContains
    extends java.lang.Object
    implements IFilter<java.lang.String>
    Configuration containment filter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(java.lang.String obj)
      Test if an object passes the filter.
      • Methods inherited from class java.lang.Object

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

      • ConfigurationContains

        public ConfigurationContains​(java.util.List<ConfigurationInfo> confs)
        Creates a new filter.
        Parameters:
        confs - The configurations.
    • Method Detail

      • filter

        public boolean filter​(java.lang.String obj)
        Test if an object passes the filter.
        Specified by:
        filter in interface IFilter<java.lang.String>
        Returns:
        True, if passes the filter.