Package org.drools.core.runtime.process
Interface InternalProcessRuntime
- All Superinterfaces:
CorrelationAwareProcessRuntime,ProcessEventManager,ProcessRuntime
public interface InternalProcessRuntime
extends ProcessRuntime, ProcessEventManager, CorrelationAwareProcessRuntime
-
Method Summary
Methods inherited from interface org.kie.internal.process.CorrelationAwareProcessRuntime
createProcessInstance, getProcessInstance, startProcess, startProcessFromNodeIdsMethods 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, startProcessInstance
-
Method Details
-
dispose
void dispose() -
clearProcessInstances
void clearProcessInstances() -
clearProcessInstancesState
void clearProcessInstancesState()
-