Package com.jalios.jcms.workspace
Class Workspace.TextSelector
- java.lang.Object
-
- com.jalios.jcms.workspace.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, useWorkspace.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 com.jalios.jcms.DataSelector
test
-
-
-
-
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 interfaceDataSelector
- Parameters:
data
- the data to evaluate.- Returns:
- true if the data is selected. False otherwise.
-
-