Uses of Interface
org.drools.runtime.rule.WorkingMemoryEntryPoint

Packages that use WorkingMemoryEntryPoint
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.drools.runtime.rule The rule runtime classes. 
org.jbpm.process   
 

Uses of WorkingMemoryEntryPoint in org.drools.runtime
 

Subinterfaces of WorkingMemoryEntryPoint in org.drools.runtime
 interface KnowledgeRuntime
           
 interface StatefulKnowledgeSession
          StatefulKnowledgeSession is the most common way to interact with the engine.
 

Uses of WorkingMemoryEntryPoint in org.drools.runtime.rule
 

Subinterfaces of WorkingMemoryEntryPoint in org.drools.runtime.rule
 interface WorkingMemory
          The WorkingMemory is a super-interface for all StatefulKnowledgeSessions.
 

Methods in org.drools.runtime.rule that return WorkingMemoryEntryPoint
 WorkingMemoryEntryPoint WorkingMemory.getWorkingMemoryEntryPoint(String name)
          Returns the WorkingMemoryEntryPoint instance associated with the given name.
 

Methods in org.drools.runtime.rule that return types with arguments of type WorkingMemoryEntryPoint
 Collection<? extends WorkingMemoryEntryPoint> WorkingMemory.getWorkingMemoryEntryPoints()
          Returns a collection of all available working memory entry points for this session.
 

Uses of WorkingMemoryEntryPoint in org.jbpm.process
 

Classes in org.jbpm.process that implement WorkingMemoryEntryPoint
 class StatefulProcessSession
           
 

Methods in org.jbpm.process that return WorkingMemoryEntryPoint
 WorkingMemoryEntryPoint StatefulProcessSession.getWorkingMemoryEntryPoint(String name)
           
 

Methods in org.jbpm.process that return types with arguments of type WorkingMemoryEntryPoint
 Collection<? extends WorkingMemoryEntryPoint> StatefulProcessSession.getWorkingMemoryEntryPoints()
           
 



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