org.jbpm.process
Class ProcessBaseFactoryService

java.lang.Object
  extended by org.jbpm.process.ProcessBaseFactoryService
All Implemented Interfaces:
KnowledgeBaseFactoryService, Service

public class ProcessBaseFactoryService
extends Object
implements KnowledgeBaseFactoryService


Constructor Summary
ProcessBaseFactoryService()
           
 
Method Summary
 Environment newEnvironment()
           
 KnowledgeBase newKnowledgeBase()
           
 KnowledgeBase newKnowledgeBase(KnowledgeBaseConfiguration conf)
           
 KnowledgeBase newKnowledgeBase(String kbaseId)
           
 KnowledgeBase newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf)
           
 KnowledgeBaseConfiguration newKnowledgeBaseConfiguration()
           
 KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoaders)
           
 KnowledgeSessionConfiguration newKnowledgeSessionConfiguration()
           
 KnowledgeSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessBaseFactoryService

public ProcessBaseFactoryService()
Method Detail

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-2011 JBoss by Red Hat. All Rights Reserved.