|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
SessionManager implementationsKnowledgeBaseManager instancesSessionManager that relies on MVEL file aka SessionTemplate.KnowledgeBaseManager that is either default implementation
or custom one that is defined by system property: jbpm.knowledgebase.managerorg.jbpm.integration.console.kbase.KnowledgeBaseManager interfaceorg.jbpm.integration.console.kbase.DefaultKnowledgeBaseManager
that builds knowledge base according to settings given in either:
default.jbpm.console.properties - properties that are bundled with jbpm as defaults - read only
jbpm.console.properties - custom configuration of jbpm console
SessionManager interface that is either default implementation
or custom one that is defined by system property: jbpm.session.managerorg.jbpm.integration.console.session.SessionManager interface
or extend org.jbpm.integration.console.session.AbstractSessionManagerKnowledgeBase type
Default implementation is org.jbpm.integration.console.session.MVELSingleSessionManager
that builds stateful session based on session template given in either:
default.session.templates - template that is bundled with jbpm as defaults - read only
session.templates - custom configuration of jbpm console session
UnsupportedOperationException.
StatefulKnowledgeSession that includes:
create of new session
load existing session from data base
register work item handlers
register event listeners
dispose of existing session
SessionManager instancesCommandDelegate class.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||