Package org.kie.api.runtime
Class ClassObjectFilter
java.lang.Object
org.kie.api.runtime.ClassObjectFilter
- All Implemented Interfaces:
ObjectFilter
Filters objects by class, only accepting objects of the class specified in the constructor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassObjectFilter
The Allowed Class type- Parameters:
clazz-
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceObjectFilter- Returns:
- true if the Iterator accepts the given object according to its class.
-
getFilteredClass
-