Package org.kie.api.runtime
Interface KieRuntime
- All Superinterfaces:
CommandExecutor,EntryPoint,KieRuntimeEventManager,ProcessEventManager,ProcessRuntime,RuleRuntime,RuleRuntimeEventManager,RuntimeSession
- All Known Subinterfaces:
KieSession
public interface KieRuntime
extends RuntimeSession, RuleRuntime, ProcessRuntime, KieRuntimeEventManager
-
Method Summary
Methods inherited from interface org.kie.api.runtime.CommandExecutor
executeMethods inherited from interface org.kie.api.runtime.rule.EntryPoint
delete, delete, getEntryPointId, getFactCount, getFactHandle, getFactHandles, getFactHandles, getInstancesOf, getObject, getObjects, getObjects, getSingleInstanceOf, insert, retract, update, updateMethods inherited from interface org.kie.api.event.KieRuntimeEventManager
getLoggerMethods inherited from interface org.kie.api.event.process.ProcessEventManager
addEventListener, getProcessEventListeners, removeEventListenerMethods inherited from interface org.kie.api.runtime.process.ProcessRuntime
abortProcessInstance, createProcessInstance, getProcessInstance, getProcessInstance, getProcessInstances, getWorkItemManager, signalEvent, signalEvent, startProcess, startProcess, startProcess, startProcess, startProcessFromNodeIds, startProcessInstanceMethods inherited from interface org.kie.api.runtime.rule.RuleRuntime
getAgenda, getEntryPoint, getEntryPoints, getQueryResults, halt, openLiveQueryMethods inherited from interface org.kie.api.event.rule.RuleRuntimeEventManager
addEventListener, addEventListener, getAgendaEventListeners, getRuleRuntimeEventListeners, removeEventListener, removeEventListenerMethods inherited from interface org.kie.api.runtime.RuntimeSession
getChannels, getGlobals, getKieBase, registerChannel, setGlobal, unregisterChannel
-
Method Details
-
getSessionClock
- Returns:
- the session clock instance assigned to this session
-
getGlobal
-
getCalendars
Calendars getCalendars() -
getEnvironment
Environment getEnvironment() -
getSessionConfiguration
KieSessionConfiguration getSessionConfiguration()
-