Uses of Package
org.drools.runtime.process

Packages that use org.drools.runtime.process
org.drools.command   
org.drools.event.process Events emitted while process instances are executing. 
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.drools.runtime.conf   
org.drools.runtime.process The process runtime classes. 
org.jbpm.bpmn2.handler   
org.jbpm.bpmn2.xpath   
org.jbpm.marshalling.impl   
org.jbpm.persistence.processinstance   
org.jbpm.process   
org.jbpm.process.instance   
org.jbpm.process.instance.context.exclusive   
org.jbpm.process.instance.event   
org.jbpm.process.instance.impl   
org.jbpm.process.instance.impl.demo   
org.jbpm.process.instance.impl.humantask   
org.jbpm.process.workitem   
org.jbpm.process.workitem.archive   
org.jbpm.process.workitem.email   
org.jbpm.process.workitem.esb   
org.jbpm.process.workitem.exec   
org.jbpm.process.workitem.finder   
org.jbpm.process.workitem.ftp   
org.jbpm.process.workitem.google.calendar   
org.jbpm.process.workitem.handler   
org.jbpm.process.workitem.jabber   
org.jbpm.process.workitem.java   
org.jbpm.process.workitem.rest   
org.jbpm.process.workitem.rss   
org.jbpm.process.workitem.transform   
org.jbpm.process.workitem.wsht   
org.jbpm.ruleflow.instance   
org.jbpm.task   
org.jbpm.task.service   
org.jbpm.task.service.hornetq   
org.jbpm.test   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.impl   
org.jbpm.workflow.instance.impl.factory   
org.jbpm.workflow.instance.node   
 

Classes in org.drools.runtime.process used by org.drools.command
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
 

Classes in org.drools.runtime.process used by org.drools.event.process
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
 

Classes in org.drools.runtime.process used by org.drools.runtime
ProcessRuntime
          The ProcessRuntime is a super-interface for all StatefulKnowledgeSessions.
StatefulProcessSession
          There are currently no process related methods that are used with the external StatefulKnowledgeSession class.
StatelessProcessSession
          There are currently no process related methods that are used with the external StatelessKnowledgeSession class.
 

Classes in org.drools.runtime.process used by org.drools.runtime.conf
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
 

Classes in org.drools.runtime.process used by org.drools.runtime.process
EventListener
          An interface that represents an element that is listening for specific types of events.
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
NodeInstanceContainer
          A node instance container is a container that can contain (zero or more) node instances.
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
ProcessRuntime
          The ProcessRuntime is a super-interface for all StatefulKnowledgeSessions.
WorkflowProcessInstance
          A workflow process instance represents one specific instance of a workflow process that is currently executing.
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.bpmn2.handler
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.bpmn2.xpath
ProcessContext
          Represents the context when executing a process.
 

Classes in org.drools.runtime.process used by org.jbpm.marshalling.impl
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
NodeInstanceContainer
          A node instance container is a container that can contain (zero or more) node instances.
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
WorkflowProcessInstance
          A workflow process instance represents one specific instance of a workflow process that is currently executing.
WorkItem
          Represents one unit of work that needs to be executed.
 

Classes in org.drools.runtime.process used by org.jbpm.persistence.processinstance
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
 

Classes in org.drools.runtime.process used by org.jbpm.process
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
ProcessRuntime
          The ProcessRuntime is a super-interface for all StatefulKnowledgeSessions.
StatefulProcessSession
          There are currently no process related methods that are used with the external StatefulKnowledgeSession class.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.instance
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
ProcessRuntime
          The ProcessRuntime is a super-interface for all StatefulKnowledgeSessions.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.instance.context.exclusive
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
 

Classes in org.drools.runtime.process used by org.jbpm.process.instance.event
EventListener
          An interface that represents an element that is listening for specific types of events.
 

Classes in org.drools.runtime.process used by org.jbpm.process.instance.impl
EventListener
          An interface that represents an element that is listening for specific types of events.
ProcessContext
          Represents the context when executing a process.
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
 

Classes in org.drools.runtime.process used by org.jbpm.process.instance.impl.demo
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.instance.impl.humantask
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.archive
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.email
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.esb
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.exec
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.finder
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.ftp
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.google.calendar
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.handler
ProcessContext
          Represents the context when executing a process.
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.jabber
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.java
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.rest
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.rss
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.transform
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.process.workitem.wsht
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.ruleflow.instance
EventListener
          An interface that represents an element that is listening for specific types of events.
NodeInstanceContainer
          A node instance container is a container that can contain (zero or more) node instances.
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
WorkflowProcessInstance
          A workflow process instance represents one specific instance of a workflow process that is currently executing.
 

Classes in org.drools.runtime.process used by org.jbpm.task
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.task.service
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.task.service.hornetq
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.test
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
WorkItem
          Represents one unit of work that needs to be executed.
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
WorkItemManager
          A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
 

Classes in org.drools.runtime.process used by org.jbpm.workflow.instance
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
NodeInstanceContainer
          A node instance container is a container that can contain (zero or more) node instances.
WorkflowProcessInstance
          A workflow process instance represents one specific instance of a workflow process that is currently executing.
 

Classes in org.drools.runtime.process used by org.jbpm.workflow.instance.impl
EventListener
          An interface that represents an element that is listening for specific types of events.
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
NodeInstanceContainer
          A node instance container is a container that can contain (zero or more) node instances.
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
WorkflowProcessInstance
          A workflow process instance represents one specific instance of a workflow process that is currently executing.
WorkItem
          Represents one unit of work that needs to be executed.
 

Classes in org.drools.runtime.process used by org.jbpm.workflow.instance.impl.factory
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
NodeInstanceContainer
          A node instance container is a container that can contain (zero or more) node instances.
 

Classes in org.drools.runtime.process used by org.jbpm.workflow.instance.node
EventListener
          An interface that represents an element that is listening for specific types of events.
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
NodeInstanceContainer
          A node instance container is a container that can contain (zero or more) node instances.
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
 



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