Class PageSearchPredicate
java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.search.PageSearchPredicate
- All Implemented Interfaces:
FileWithIdSearchPredicate
,SearchPredicate
Search pages by file name or page id.
- Author:
- Denis Ivanov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
idMatchesInput
(FilesHierarchyItemData item, Pattern inputPattern) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.platform.api.search.FileWithIdSearchPredicate
nameMatchesInput, test
-
Constructor Details
-
PageSearchPredicate
-
-
Method Details
-
idMatchesInput
- Specified by:
idMatchesInput
in interfaceFileWithIdSearchPredicate
-