Class BpmnRuntimeEngineImpl
java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.jbpm.BpmnRuntimeEngineImpl
- All Implemented Interfaces:
AutoCloseable
,org.kie.api.runtime.manager.RuntimeEngine
,BpmnRuntimeEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.runtime.manager.audit.AuditService
org.kie.api.runtime.manager.RuntimeEngine
org.kie.api.runtime.KieSession
org.kie.api.task.TaskService
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.modules.bpmn.workflow.jbpm.BpmnRuntimeEngine
close
-
Constructor Details
-
BpmnRuntimeEngineImpl
public BpmnRuntimeEngineImpl(org.kie.api.runtime.manager.RuntimeEngine engine)
-
-
Method Details
-
getKieSession
public org.kie.api.runtime.KieSession getKieSession()- Specified by:
getKieSession
in interfaceorg.kie.api.runtime.manager.RuntimeEngine
-
getTaskService
public org.kie.api.task.TaskService getTaskService()- Specified by:
getTaskService
in interfaceorg.kie.api.runtime.manager.RuntimeEngine
-
getAuditService
public org.kie.api.runtime.manager.audit.AuditService getAuditService()- Specified by:
getAuditService
in interfaceorg.kie.api.runtime.manager.RuntimeEngine
-
getEngine
public org.kie.api.runtime.manager.RuntimeEngine getEngine()- Specified by:
getEngine
in interfaceBpmnRuntimeEngine
-