org.jbpm.process
Class ProcessBaseFactoryService
java.lang.Object
org.jbpm.process.ProcessBaseFactoryService
- All Implemented Interfaces:
- KnowledgeBaseFactoryService, Service
public class ProcessBaseFactoryService
- extends Object
- implements KnowledgeBaseFactoryService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessBaseFactoryService
public ProcessBaseFactoryService()
newKnowledgeBaseConfiguration
public KnowledgeBaseConfiguration newKnowledgeBaseConfiguration()
- Specified by:
newKnowledgeBaseConfiguration
in interface KnowledgeBaseFactoryService
newKnowledgeBaseConfiguration
public KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties,
ClassLoader... classLoaders)
- Specified by:
newKnowledgeBaseConfiguration
in interface KnowledgeBaseFactoryService
newKnowledgeSessionConfiguration
public KnowledgeSessionConfiguration newKnowledgeSessionConfiguration()
- Specified by:
newKnowledgeSessionConfiguration
in interface KnowledgeBaseFactoryService
newKnowledgeSessionConfiguration
public KnowledgeSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
- Specified by:
newKnowledgeSessionConfiguration
in interface KnowledgeBaseFactoryService
newKnowledgeBase
public KnowledgeBase newKnowledgeBase()
- Specified by:
newKnowledgeBase
in interface KnowledgeBaseFactoryService
newKnowledgeBase
public KnowledgeBase newKnowledgeBase(String kbaseId)
- Specified by:
newKnowledgeBase
in interface KnowledgeBaseFactoryService
newKnowledgeBase
public KnowledgeBase newKnowledgeBase(KnowledgeBaseConfiguration conf)
- Specified by:
newKnowledgeBase
in interface KnowledgeBaseFactoryService
newKnowledgeBase
public KnowledgeBase newKnowledgeBase(String kbaseId,
KnowledgeBaseConfiguration conf)
- Specified by:
newKnowledgeBase
in interface KnowledgeBaseFactoryService
newEnvironment
public Environment newEnvironment()
- Specified by:
newEnvironment
in interface KnowledgeBaseFactoryService
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.