jBPM distribution 6.0.0.CR4

org.jbpm.process
Class ProcessBaseFactoryService

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

public class ProcessBaseFactoryService
extends Object
implements org.kie.internal.KnowledgeBaseFactoryService


Constructor Summary
ProcessBaseFactoryService()
           
 
Method Summary
 org.kie.internal.KnowledgeBase getKnowledgeBase(String arg0)
           
 org.kie.internal.runtime.StatefulKnowledgeSession getStatefulKnowlegeSession(String arg0)
           
 Environment newEnvironment()
           
 org.kie.internal.KnowledgeBase newKnowledgeBase()
           
 org.kie.internal.KnowledgeBase newKnowledgeBase(KieBaseConfiguration conf)
           
 org.kie.internal.KnowledgeBase newKnowledgeBase(String kbaseId)
           
 org.kie.internal.KnowledgeBase newKnowledgeBase(String kbaseId, KieBaseConfiguration conf)
           
 KieBaseConfiguration newKnowledgeBaseConfiguration()
           
 KieBaseConfiguration newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoaders)
           
 KieSessionConfiguration newKnowledgeSessionConfiguration()
           
 KieSessionConfiguration 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 KieBaseConfiguration newKnowledgeBaseConfiguration()
Specified by:
newKnowledgeBaseConfiguration in interface org.kie.internal.KnowledgeBaseFactoryService

newKnowledgeBaseConfiguration

public KieBaseConfiguration newKnowledgeBaseConfiguration(Properties properties,
                                                          ClassLoader... classLoaders)
Specified by:
newKnowledgeBaseConfiguration in interface org.kie.internal.KnowledgeBaseFactoryService

newKnowledgeSessionConfiguration

public KieSessionConfiguration newKnowledgeSessionConfiguration()
Specified by:
newKnowledgeSessionConfiguration in interface org.kie.internal.KnowledgeBaseFactoryService

newKnowledgeSessionConfiguration

public KieSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
Specified by:
newKnowledgeSessionConfiguration in interface org.kie.internal.KnowledgeBaseFactoryService

newKnowledgeBase

public org.kie.internal.KnowledgeBase newKnowledgeBase()
Specified by:
newKnowledgeBase in interface org.kie.internal.KnowledgeBaseFactoryService

newKnowledgeBase

public org.kie.internal.KnowledgeBase newKnowledgeBase(String kbaseId)
Specified by:
newKnowledgeBase in interface org.kie.internal.KnowledgeBaseFactoryService

newKnowledgeBase

public org.kie.internal.KnowledgeBase newKnowledgeBase(KieBaseConfiguration conf)
Specified by:
newKnowledgeBase in interface org.kie.internal.KnowledgeBaseFactoryService

newKnowledgeBase

public org.kie.internal.KnowledgeBase newKnowledgeBase(String kbaseId,
                                                       KieBaseConfiguration conf)
Specified by:
newKnowledgeBase in interface org.kie.internal.KnowledgeBaseFactoryService

newEnvironment

public Environment newEnvironment()
Specified by:
newEnvironment in interface org.kie.internal.KnowledgeBaseFactoryService

getKnowledgeBase

public org.kie.internal.KnowledgeBase getKnowledgeBase(String arg0)

getStatefulKnowlegeSession

public org.kie.internal.runtime.StatefulKnowledgeSession getStatefulKnowlegeSession(String arg0)

jBPM distribution 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.