|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessEngine | |
|---|---|
| org.jbpm.api | the jBPM API, Start by creating a Configuration,
build a ProcessEngine from that, and then you can find
the workflow methods on the services like ExecutionService,
TaskService. |
| Uses of ProcessEngine in org.jbpm.api |
|---|
| Methods in org.jbpm.api that return ProcessEngine | |
|---|---|
ProcessEngine |
Configuration.buildProcessEngine()
after specifying the configuration resources with the other methods, a process engine can be created. |
static ProcessEngine |
Configuration.getProcessEngine()
get the singleton ProcessEngine that is created from the default configuration file 'jbpm.cfg.xml'. |
ProcessEngine |
ProcessEngine.setAuthenticatedUserId(java.lang.String authenticatedUserId)
sets the authenticated user's id for the next invocation of a service method in the same thread. |
ProcessEngine |
ProcessEngine.setHibernateSession(java.lang.Object hibernateSession)
sets the hibernate session for the next invocation of a service method in the same thread. |
ProcessEngine |
ProcessEngine.setJdbcConnection(java.sql.Connection jdbcConnection)
sets the hibernate session for the next invocation of a service method in the same thread. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||