public interface RuntimeEngine
RuntimeManager
and thus shall never be
created manually. RuntimeManager
provides all required information to build
and bootstrap the RuntimeEngine
so it is configured and ready to be used
regardless of when it is invoked.Modifier and Type | Method and Description |
---|---|
AuditService |
getAuditService() |
KieSession |
getKieSession() |
TaskService |
getTaskService() |
KieSession getKieSession()
KieSession
configured for this RuntimeEngine
TaskService getTaskService()
TaskService
configured for this RuntimeEngine
AuditService getAuditService()
AuditService
that gives access to underlying runtime data such
as process instance, node instance and variable log entries.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.