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()
Returns
AuditService that gives access to underlying runtime data such
as process instance, node instance and variable log entries. |
KieSession |
getKieSession()
Returns
KieSession configured for this RuntimeEngine |
TaskService |
getTaskService()
Returns
TaskService configured for this RuntimeEngine |
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–2015 JBoss by Red Hat. All rights reserved.