org.kie.api.runtime
Class ClassObjectFilter
java.lang.Object
  
org.kie.api.runtime.ClassObjectFilter
- All Implemented Interfaces: 
 - ObjectFilter
 
public class ClassObjectFilter
- extends Object
- implements ObjectFilter
  
Filters objects by class, only accepting objects of the class specified in the constructor
 
| 
Method Summary | 
 boolean | 
accept(Object object)
 
          Returns true if the Iterator accepts the given object according to its class. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClassObjectFilter
public ClassObjectFilter(Class clazz)
- The Allowed Class type
- Parameters:
 clazz - 
 
accept
public boolean accept(Object object)
- Returns true if the Iterator accepts the given object according to its class.
- Specified by:
 accept in interface ObjectFilter
 
- Parameters:
 object - 
- Returns:
 
 
 
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.