Uses of Interface
org.kie.api.runtime.ObjectFilter
-
Packages that use ObjectFilter Package Description org.kie.api.command org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession.org.kie.api.runtime.rule The rule runtime classes. -
-
Uses of ObjectFilter in org.kie.api.command
Methods in org.kie.api.command with parameters of type ObjectFilter Modifier and Type Method Description CommandKieCommands. newGetFactHandles(ObjectFilter filter)CommandKieCommands. newGetFactHandles(ObjectFilter filter, String outIdentifier)CommandKieCommands. newGetObjects(ObjectFilter filter)CommandKieCommands. newGetObjects(ObjectFilter filter, String outIdentifier) -
Uses of ObjectFilter in org.kie.api.runtime
Classes in org.kie.api.runtime that implement ObjectFilter Modifier and Type Class Description classClassObjectFilterFilters objects by class, only accepting objects of the class specified in the constructor -
Uses of ObjectFilter in org.kie.api.runtime.rule
Methods in org.kie.api.runtime.rule with parameters of type ObjectFilter Modifier and Type Method Description <T extends FactHandle>
Collection<T>EntryPoint. getFactHandles(ObjectFilter filter)Collection<? extends Object>EntryPoint. getObjects(ObjectFilter filter)
-