Package org.kie.internal.runtime.manager
Interface RuntimeManagerIdFilter
-
public interface RuntimeManagerIdFilterAllows to apply filtering on runtime manager identifiers to find only those matching
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>filter(java.lang.String pattern, java.util.Collection<java.lang.String> identifiers)Filters givenidentifiersbased on given pattern and return only those matching.
-
-
-
Method Detail
-
filter
java.util.Collection<java.lang.String> filter(java.lang.String pattern, java.util.Collection<java.lang.String> identifiers)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
-
-