Package org.jbpm.process.instance
Class ProcessRuntimeFactoryServiceImpl
- java.lang.Object
-
- org.jbpm.process.instance.ProcessRuntimeFactoryServiceImpl
-
- All Implemented Interfaces:
org.drools.core.runtime.process.ProcessRuntimeFactoryService
,org.kie.api.Service
public class ProcessRuntimeFactoryServiceImpl extends Object implements org.drools.core.runtime.process.ProcessRuntimeFactoryService
-
-
Constructor Summary
Constructors Constructor Description ProcessRuntimeFactoryServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalProcessRuntime
newProcessRuntime(org.drools.core.common.InternalWorkingMemory workingMemory)
-
-
-
Method Detail
-
newProcessRuntime
public InternalProcessRuntime newProcessRuntime(org.drools.core.common.InternalWorkingMemory workingMemory)
- Specified by:
newProcessRuntime
in interfaceorg.drools.core.runtime.process.ProcessRuntimeFactoryService
-
-