Package | Description |
---|---|
org.kie.remote | |
org.kie.remote.command | |
org.kie.remote.impl |
Modifier and Type | Method and Description |
---|---|
<T> RemoteFactHandle<T> |
RemoteEntryPoint.insert(T object)
Inserts a new fact into this entry point
|
Modifier and Type | Method and Description |
---|---|
<T> void |
RemoteEntryPoint.delete(RemoteFactHandle<T> handle)
Retracts the fact for which the given FactHandle was assigned
regardless if it has been explicitly or logically inserted.
|
<T> CompletableFuture<T> |
RemoteWorkingMemory.getObject(RemoteFactHandle<T> remoteFactHandle) |
<T> void |
RemoteEntryPoint.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.
|
Modifier and Type | Method and Description |
---|---|
RemoteFactHandle |
WorkingMemoryActionCommand.getFactHandle() |
RemoteFactHandle |
GetObjectCommand.getRemoteFactHandle() |
Constructor and Description |
---|
DeleteCommand(RemoteFactHandle factHandle,
String entryPoint) |
GetObjectCommand(RemoteFactHandle remoteFactHandle) |
InsertCommand(RemoteFactHandle factHandle,
String entryPoint) |
UpdateCommand(RemoteFactHandle factHandle,
Object obj,
String entryPoint) |
WorkingMemoryActionCommand(RemoteFactHandle factHandle,
String entryPoint) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteFactHandleImpl |
Modifier and Type | Method and Description |
---|---|
<T> RemoteFactHandle<T> |
RemoteEntryPointImpl.insert(T obj) |
Modifier and Type | Method and Description |
---|---|
<T> void |
RemoteEntryPointImpl.delete(RemoteFactHandle<T> handle) |
<T> CompletableFuture<T> |
AbstractRemoteEntryPoint.getObject(RemoteFactHandle<T> remoteFactHandle) |
<T> void |
RemoteEntryPointImpl.update(RemoteFactHandle<T> handle,
T object) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.