Interface FileWithIdSearchPredicate
- All Superinterfaces:
SearchPredicate
- All Known Implementing Classes:
PageSearchPredicate
,WebbpmProcessIdSearchPredicate
Test if either file name or file id match the input.
- Author:
- Denis Ivanov
-
Method Summary
Modifier and TypeMethodDescriptionboolean
idMatchesInput
(FilesHierarchyItemData item, Pattern inputPattern) default boolean
nameMatchesInput
(FilesHierarchyItemData item, Pattern inputPattern) default boolean
test
(FilesHierarchyItemData item, String input)
-
Method Details
-
test
- Specified by:
test
in interfaceSearchPredicate
-
nameMatchesInput
-
idMatchesInput
-