]
Mario Fusco resolved DROOLS-947.
--------------------------------
Resolution: Out of Date
Replace org.kie.api.runtime.ObjectFilter with an interface for
org.kie.api.runtime.ClassObjectFilter
----------------------------------------------------------------------------------------------------
Key: DROOLS-947
URL:
https://issues.jboss.org/browse/DROOLS-947
Project: Drools
Issue Type: Task
Components: core engine
Affects Versions: 6.3.0.Final
Reporter: Marco Rietveld
Assignee: Mario Fusco
Priority: Minor
Because the ObjectFilter interface does not have any get/setters, it's impossible to
implement serialization for implemenation of this class.
We should either make ObjectFilter implement get/setFilteredClass or otherwise add
subinterfaces (ClassObjectFilter, ClassNameObjectFilter) fo this interface, IMHO.
There is an ObjectFilter field in the GetObjectsCommand, which will be available for use
in the remote API's, because of it's use by the BatchExecutionCommandImpl class.