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