public interface InternalWorkingMemoryActions extends InternalWorkingMemory, InternalWorkingMemoryEntryPoint
Modifier and Type | Method and Description |
---|---|
void |
delete(FactHandle handle,
Rule rule,
Activation activation) |
FactHandle |
insert(Object object,
Object value,
boolean dynamic,
boolean logical,
Rule rule,
Activation activation) |
FactHandle |
insertLogical(Object object,
boolean dynamic) |
void |
update(FactHandle handle,
Object object,
long mask,
Class<?> modifiedClass,
Activation activation) |
activationFired, clearNodeMemory, closeLiveQuery, endBatchExecution, endOperation, executeQueuedActions, getCalendars, getChannels, getDateFormats, getEntryPoint, getEntryPointNode, getEntryPoints, getExecutionResult, getFactHandleByIdentity, getFactHandleFactory, getId, getIdleTime, getInitialFactHandle, getKnowledgeRuntime, getLock, getNextPropagationIdCounter, getNodeMemories, getNodeMemory, getObjectStore, getObjectTypeConfigurationRegistry, getProcessRuntime, getSessionConfiguration, getTimerService, getTimeToNextJob, getTotalFactCount, insert, isSequential, prepareToFireActivation, queueWorkingMemoryAction, setAgendaEventSupport, setId, setKnowledgeRuntime, setWorkingMemoryEventSupport, startBatchExecution, startOperation, updateEntryPointsCache
clearActivationGroup, clearAgenda, clearAgendaGroup, clearRuleFlowGroup, fireAllRules, fireAllRules, fireAllRules, fireAllRules, getAgenda, getEnvironment, getFactHandle, getGlobal, getGlobalResolver, getObject, getProcessInstance, getProcessInstance, getProcessInstances, getQueryResults, getRuleBase, getSessionClock, getWorkingMemoryEntryPoint, getWorkItemManager, halt, iterateFactHandles, iterateFactHandles, iterateObjects, iterateObjects, setAsyncExceptionHandler, setFocus, setGlobal, setGlobalResolver, startProcess, startProcess
addEventListener, addEventListener, getAgendaEventListeners, getWorkingMemoryEventListeners, removeEventListener, removeEventListener
addEventListener, getRuleBaseEventListeners, removeEventListener
dispose, insert, insert, retract, update
delete, getEntryPointId, getFactCount, getFactHandles, getFactHandles, getObjects, getObjects
getEntryPoint, getEntryPointNode, getFactHandleByIdentity, getInternalWorkingMemory, getObjectStore, getObjectTypeConfigurationRegistry, getRuleBase, reset, update
void update(FactHandle handle, Object object, long mask, Class<?> modifiedClass, Activation activation) throws FactException
FactException
void delete(FactHandle handle, Rule rule, Activation activation) throws FactException
delete
in interface InternalWorkingMemory
delete
in interface InternalWorkingMemoryEntryPoint
FactException
FactHandle insert(Object object, Object value, boolean dynamic, boolean logical, Rule rule, Activation activation) throws FactException
FactException
FactHandle insertLogical(Object object, boolean dynamic) throws FactException
FactException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.