|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
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 Configuration in org.jbpm.api |
---|
Methods in org.jbpm.api that return Configuration | |
---|---|
protected Configuration |
Configuration.instantiate(java.lang.String className)
|
Configuration |
Configuration.setFile(java.io.File file)
provide a File as the configuration file |
Configuration |
Configuration.setHibernateSessionFactory(java.lang.Object hibernateSessionFactory)
provides the hibernate session factory programmatically. |
Configuration |
Configuration.setInputSource(org.xml.sax.InputSource inputSource)
provide a sax input source as the configuration resource |
Configuration |
Configuration.setInputStream(java.io.InputStream inputStream)
provide an input stream as the configuration resource |
Configuration |
Configuration.setResource(java.lang.String resource)
provide an classpath resource as the configuration file |
Configuration |
Configuration.setUrl(java.net.URL url)
point with a url to the configuration file |
Configuration |
Configuration.setXmlString(java.lang.String xmlString)
provide an xml string as the configuration resource |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |