Class WebbpmProcessIdSearchPredicate
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.search.WebbpmProcessIdSearchPredicate
- All Implemented Interfaces:
FileWithIdSearchPredicate
,SearchPredicate
@Component
public class WebbpmProcessIdSearchPredicate
extends Object
implements FileWithIdSearchPredicate
Search bpmn processes by file name or ids listed within.
- 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
-
WebbpmProcessIdSearchPredicate
-
-
Method Details
-
idMatchesInput
- Specified by:
idMatchesInput
in interfaceFileWithIdSearchPredicate
-