public interface InternalKnowledgeRuntime
extends org.kie.internal.runtime.KnowledgeRuntime
Modifier and Type | Method and Description |
---|---|
void |
endOperation() |
void |
executeQueuedActions() |
long |
getLastIdleTimestamp() |
InternalProcessRuntime |
getProcessRuntime() |
TimerService |
getTimerService() |
void |
queueWorkingMemoryAction(WorkingMemoryAction action) |
void |
setEndOperationListener(EndOperationListener listener) |
void |
setId(Long id) |
void |
startOperation() |
getCalendars, getChannels, getEnvironment, getGlobal, getGlobals, getKieBase, getSessionClock, getSessionConfiguration, registerChannel, setGlobal, unregisterChannel
getAgenda, getEntryPoint, getEntryPoints, getQueryResults, halt, openLiveQuery
delete, getEntryPointId, getFactCount, getFactHandle, getFactHandles, getFactHandles, getObject, getObjects, getObjects, insert, retract, update
abortProcessInstance, createProcessInstance, getProcessInstance, getProcessInstance, getProcessInstances, getWorkItemManager, signalEvent, signalEvent, startProcess, startProcess, startProcessInstance
TimerService getTimerService()
void startOperation()
void endOperation()
void executeQueuedActions()
void queueWorkingMemoryAction(WorkingMemoryAction action)
InternalProcessRuntime getProcessRuntime()
void setId(Long id)
void setEndOperationListener(EndOperationListener listener)
long getLastIdleTimestamp()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.