Package | Description |
---|---|
org.drools.command | |
org.drools.command.impl | |
org.drools.impl.adapters | |
org.drools.runtime |
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
|
org.drools.runtime.rule |
The rule runtime classes.
|
Modifier and Type | Method and Description |
---|---|
static Command |
CommandFactory.newGetObjects(ObjectFilter filter) |
Command |
CommandFactoryService.newGetObjects(ObjectFilter filter) |
static Command |
CommandFactory.newGetObjects(ObjectFilter filter,
String outIdentifier) |
Command |
CommandFactoryService.newGetObjects(ObjectFilter filter,
String outIdentifier) |
Modifier and Type | Method and Description |
---|---|
Command |
CommandFactoryServiceImpl.newGetObjects(ObjectFilter filter) |
Command |
CommandFactoryServiceImpl.newGetObjects(ObjectFilter filter,
String outIdentifier) |
Modifier and Type | Method and Description |
---|---|
<T extends FactHandle> |
WorkingMemoryEntryPointAdapter.getFactHandles(ObjectFilter filter) |
<T extends FactHandle> |
KnowledgeRuntimeAdapter.getFactHandles(ObjectFilter filter) |
Collection<Object> |
WorkingMemoryEntryPointAdapter.getObjects(ObjectFilter filter) |
Collection<Object> |
KnowledgeRuntimeAdapter.getObjects(ObjectFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
ClassObjectFilter
Filters Objects by Class, only accepting Classes of the specified type
|
Modifier and Type | Method and Description |
---|---|
<T extends FactHandle> |
WorkingMemoryEntryPoint.getFactHandles(ObjectFilter filter)
Returns all
FactHandle s from the current session for which the facts are accepted by
the given filter. |
Collection<Object> |
WorkingMemoryEntryPoint.getObjects(ObjectFilter filter)
Returns all facts from the current session that are accepted by the given
ObjectFilter . |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.