KIE API 6.1.0.CR2

org.kie.api.runtime
Interface ObjectFilter

All Known Implementing Classes:
ClassObjectFilter

public interface ObjectFilter

ObjectFilter is used with WorkingMemories to filter out instances during Iteration


Method Summary
 boolean accept(Object object)
          Returning true means the Iterator accepts, and thus returns, the current Object.
 

Method Detail

accept

boolean accept(Object object)
Returning true means the Iterator accepts, and thus returns, the current Object.

Parameters:
object -
Returns:

KIE API 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.