jBPM distribution 6.2.0.CR1

Uses of Package
org.kie.api.runtime

Packages that use org.kie.api.runtime
org.drools.core.command.impl   
org.jbpm.bpmn2.handler   
org.jbpm.kie.services.impl   
org.jbpm.persistence   
org.jbpm.persistence.processinstance   
org.jbpm.persistence.timer   
org.jbpm.process   
org.jbpm.process.audit Business Activity Monitoring (BAM) resources supporting activity events and activity logs. 
org.jbpm.process.audit.jms   
org.jbpm.process.audit.query   
org.jbpm.process.audit.strategy   
org.jbpm.process.core.timer.impl   
org.jbpm.process.instance.event.listeners   
org.jbpm.process.workitem.bpmn2   
org.jbpm.process.workitem.webservice   
org.jbpm.runtime.manager.impl   
org.jbpm.runtime.manager.impl.deploy   
org.jbpm.runtime.manager.impl.factory   
org.jbpm.runtime.manager.impl.mapper   
org.jbpm.runtime.manager.impl.task   
org.jbpm.runtime.manager.impl.tx   
org.jbpm.services.cdi.impl   
org.jbpm.services.cdi.impl.manager   
org.jbpm.services.ejb   
org.jbpm.services.ejb.impl   
org.jbpm.services.ejb.impl.tx   
org.jbpm.services.task   
org.jbpm.services.task.commands   
org.jbpm.services.task.impl   
org.jbpm.services.task.impl.command   
org.jbpm.services.task.impl.model.xml   
org.jbpm.services.task.persistence   
org.jbpm.services.task.utils   
org.jbpm.services.task.wih   
org.jbpm.services.task.wih.util   
org.jbpm.shared.services.impl   
org.jbpm.test   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.impl   
org.jbpm.workflow.instance.node   
org.kie.api The KnowledgeBase and its factory. 
org.kie.api.command   
org.kie.api.event Drools has a comprehensive event api for all parts of the platform. 
org.kie.api.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
org.kie.api.persistence.jpa   
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.kie.api.runtime.manager   
org.kie.api.runtime.process The process runtime classes. 
org.kie.api.runtime.rule The rule runtime classes. 
org.kie.api.task   
org.kie.internal.task.api   
 

Classes in org.kie.api.runtime used by org.drools.core.command.impl
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 

Classes in org.kie.api.runtime used by org.jbpm.bpmn2.handler
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.kie.services.impl
KieContainer
          A container for all the KieBases of a given KieModule
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.persistence
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.persistence.processinstance
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.persistence.timer
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.process
Calendars
           
Channel
           A channel provides a mechanism to send objects from the working memory to some external process or function.
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Environment
           
Globals
           
KieRuntime
           
KieSession
          KieSession is the most common way to interact with the engine.
KieSessionConfiguration
          A class to store Session related configuration.
ObjectFilter
          ObjectFilter is used with WorkingMemories to filter out instances during Iteration
 

Classes in org.kie.api.runtime used by org.jbpm.process.audit
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Environment
           
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.process.audit.jms
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.process.audit.query
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 

Classes in org.kie.api.runtime used by org.jbpm.process.audit.strategy
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.process.core.timer.impl
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.process.instance.event.listeners
KieRuntime
           
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.process.workitem.bpmn2
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.process.workitem.webservice
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.runtime.manager.impl
Environment
           
KieContainer
          A container for all the KieBases of a given KieModule
KieSession
          KieSession is the most common way to interact with the engine.
KieSessionConfiguration
          A class to store Session related configuration.
 

Classes in org.kie.api.runtime used by org.jbpm.runtime.manager.impl.deploy
KieContainer
          A container for all the KieBases of a given KieModule
 

Classes in org.kie.api.runtime used by org.jbpm.runtime.manager.impl.factory
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.runtime.manager.impl.mapper
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.runtime.manager.impl.task
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.runtime.manager.impl.tx
Environment
           
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.services.cdi.impl
KieContainer
          A container for all the KieBases of a given KieModule
 

Classes in org.kie.api.runtime used by org.jbpm.services.cdi.impl.manager
KieContainer
          A container for all the KieBases of a given KieModule
 

Classes in org.kie.api.runtime used by org.jbpm.services.ejb
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 

Classes in org.kie.api.runtime used by org.jbpm.services.ejb.impl
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 

Classes in org.kie.api.runtime used by org.jbpm.services.ejb.impl.tx
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 

Classes in org.kie.api.runtime used by org.jbpm.services.task
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.services.task.commands
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.services.task.impl
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.services.task.impl.command
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 

Classes in org.kie.api.runtime used by org.jbpm.services.task.impl.model.xml
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.services.task.persistence
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.services.task.utils
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.services.task.wih
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.services.task.wih.util
Environment
           
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.shared.services.impl
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 

Classes in org.kie.api.runtime used by org.jbpm.test
KieSession
          KieSession is the most common way to interact with the engine.
 

Classes in org.kie.api.runtime used by org.jbpm.workflow.instance
KieRuntime
           
 

Classes in org.kie.api.runtime used by org.jbpm.workflow.instance.impl
Environment
           
 

Classes in org.kie.api.runtime used by org.jbpm.workflow.instance.node
KieRuntime
           
 

Classes in org.kie.api.runtime used by org.kie.api
Environment
           
KieContainer
          A container for all the KieBases of a given KieModule
KieSession
          KieSession is the most common way to interact with the engine.
KieSessionConfiguration
          A class to store Session related configuration.
StatelessKieSession
          StatelessKieSession provides a convenience API, wrapping KieSession.
 

Classes in org.kie.api.runtime used by org.kie.api.command
ObjectFilter
          ObjectFilter is used with WorkingMemories to filter out instances during Iteration
 

Classes in org.kie.api.runtime used by org.kie.api.event
KieRuntime
           
 

Classes in org.kie.api.runtime used by org.kie.api.marshalling
Environment
           
KieSession
          KieSession is the most common way to interact with the engine.
KieSessionConfiguration
          A class to store Session related configuration.
 

Classes in org.kie.api.runtime used by org.kie.api.persistence.jpa
Environment
           
KieSession
          KieSession is the most common way to interact with the engine.
KieSessionConfiguration
          A class to store Session related configuration.
 

Classes in org.kie.api.runtime used by org.kie.api.runtime
Calendars
           
Channel
           A channel provides a mechanism to send objects from the working memory to some external process or function.
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Environment
           
Globals
           
KieRuntime
           
KieSession
          KieSession is the most common way to interact with the engine.
KieSessionConfiguration
          A class to store Session related configuration.
ObjectFilter
          ObjectFilter is used with WorkingMemories to filter out instances during Iteration
StatelessKieSession
          StatelessKieSession provides a convenience API, wrapping KieSession.
 

Classes in org.kie.api.runtime used by org.kie.api.runtime.manager
Environment
           
KieSession
          KieSession is the most common way to interact with the engine.
KieSessionConfiguration
          A class to store Session related configuration.
 

Classes in org.kie.api.runtime used by org.kie.api.runtime.process
KieContext
           
 

Classes in org.kie.api.runtime used by org.kie.api.runtime.rule
KieContext
           
ObjectFilter
          ObjectFilter is used with WorkingMemories to filter out instances during Iteration
 

Classes in org.kie.api.runtime used by org.kie.api.task
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 

Classes in org.kie.api.runtime used by org.kie.internal.task.api
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
 


jBPM distribution 6.2.0.CR1

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