Package org.kie.internal.runtime.manager
Interface RuntimeManagerIdFilter
public interface RuntimeManagerIdFilter
Allows to apply filtering on runtime manager identifiers to find only those matching
-
Method Summary
Modifier and TypeMethodDescriptionfilter(String pattern, Collection<String> identifiers) Filters givenidentifiersbased on given pattern and return only those matching.
-
Method Details
-
filter
Filters givenidentifiersbased on given pattern and return only those matching.- Parameters:
pattern- pattern used to filter identifiersidentifiers- all available identifiers- Returns:
- returns only matched identifiers or empty list in case of no match found
-