Class Workspace.TextSelector

  • All Implemented Interfaces:
    DataSelector, java.util.function.Predicate<Data>
    Enclosing class:
    Workspace

    public static class Workspace.TextSelector
    extends java.lang.Object
    implements DataSelector
    Deprecated.
    since JCMS-6614, use Workspace.TitleSelector
    Select a set of workspace matching the given text in the Title.
    Since:
    JCMS-6.0
    Author:
    dissert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String text
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      TextSelector​(java.lang.String text)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean isSelected​(Data data)
      Deprecated.
      Evaluates if a data must be selected or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Field Detail

      • text

        protected java.lang.String text
        Deprecated.
    • Constructor Detail

      • TextSelector

        public TextSelector​(java.lang.String text)
        Deprecated.
    • Method Detail

      • isSelected

        public boolean isSelected​(Data data)
        Deprecated.
        Description copied from interface: DataSelector
        Evaluates if a data must be selected or not.
        Specified by:
        isSelected in interface DataSelector
        Parameters:
        data - the data to evaluate.
        Returns:
        true if the data is selected. False otherwise.