public interface RemoteEntryPoint extends RemoteWorkingMemory
Modifier and Type | Method and Description |
---|---|
<T> void |
delete(RemoteFactHandle<T> handle)
Retracts the fact for which the given FactHandle was assigned
regardless if it has been explicitly or logically inserted.
|
<T> RemoteFactHandle<T> |
insert(T object)
Inserts a new fact into this entry point
|
<T> void |
update(RemoteFactHandle<T> handle,
T object)
Updates the fact for which the given FactHandle was assigned with the new
fact set as the second parameter in this method.
|
getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjects
<T> RemoteFactHandle<T> insert(T object)
object
- the fact to be inserted<T> void delete(RemoteFactHandle<T> handle)
handle
- the handle whose fact is to be retracted.<T> void update(RemoteFactHandle<T> handle, T object)
handle
- the FactHandle for the fact to be updated.object
- the new value for the fact being updated.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.