public static class StatefulKnowledgeSessionImpl.ObjectStoreWrapper extends StatefulKnowledgeSessionImpl.AbstractImmutableCollection
Modifier and Type | Field and Description |
---|---|
static int |
FACT_HANDLE |
org.kie.api.runtime.ObjectFilter |
filter |
static int |
OBJECT |
ObjectStore |
store |
int |
type |
Constructor and Description |
---|
ObjectStoreWrapper(ObjectStore store,
org.kie.api.runtime.ObjectFilter filter,
int type) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object object) |
boolean |
containsAll(Collection c) |
boolean |
isEmpty() |
Iterator<?> |
iterator() |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] array) |
add, addAll, clear, remove, removeAll, retainAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public ObjectStore store
public org.kie.api.runtime.ObjectFilter filter
public int type
public static final int OBJECT
public static final int FACT_HANDLE
public ObjectStoreWrapper(ObjectStore store, org.kie.api.runtime.ObjectFilter filter, int type)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.