Package org.kie.internal.runtime
Interface CommandBasedStatefulKnowledgeSession
- All Superinterfaces:
org.kie.api.runtime.CommandExecutor,org.kie.api.runtime.rule.EntryPoint,org.kie.api.runtime.KieRuntime,org.kie.api.event.KieRuntimeEventManager,org.kie.api.runtime.KieSession,org.kie.api.event.process.ProcessEventManager,org.kie.api.runtime.process.ProcessRuntime,org.kie.api.runtime.rule.RuleRuntime,org.kie.api.event.rule.RuleRuntimeEventManager,StatefulKnowledgeSession,org.kie.api.runtime.process.StatefulProcessSession,org.kie.api.runtime.rule.StatefulRuleSession
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kie.api.runtime.KieSession
org.kie.api.runtime.KieSession.AtomicAction -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.runtime.KieSessionorg.kie.api.runtime.ExecutableRunnerMethods 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, getObject, getObjects, getObjects, insert, retract, update, updateMethods inherited from interface org.kie.api.runtime.KieRuntime
getCalendars, getChannels, getEnvironment, getGlobal, getGlobals, getKieBase, getSessionClock, getSessionConfiguration, registerChannel, setGlobal, unregisterChannelMethods inherited from interface org.kie.api.event.KieRuntimeEventManager
getLoggerMethods inherited from interface org.kie.api.runtime.KieSession
destroy, dispose, getId, getIdentifier, getKieRuntime, submitMethods 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.rule.StatefulRuleSession
fireAllRules, fireAllRules, fireAllRules, fireAllRules, fireUntilHalt, fireUntilHalt
-
Method Details
-
getRunner
org.kie.api.runtime.ExecutableRunner getRunner() -
getKieSession
org.kie.api.runtime.KieSession getKieSession()
-