jBPM distribution 6.2.0.CR2

Uses of Package
org.kie.api.runtime.process

Packages that use org.kie.api.runtime.process
org.drools.core.runtime.process   
org.jbpm.bpmn2.handler   
org.jbpm.bpmn2.xpath   
org.jbpm.examples.exceptions   
org.jbpm.examples.exceptions.service   
org.jbpm.executor.impl.runtime   
org.jbpm.executor.impl.wih   
org.jbpm.kie.services.impl   
org.jbpm.marshalling.impl   
org.jbpm.persistence.processinstance   
org.jbpm.process   
org.jbpm.process.core.impl   
org.jbpm.process.core.transformation   
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.camel   
org.jbpm.process.workitem.email   
org.jbpm.process.workitem.exec   
org.jbpm.process.workitem.ftp   
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.webservice   
org.jbpm.ruleflow.instance   
org.jbpm.runtime.manager.impl   
org.jbpm.services.api   
org.jbpm.services.cdi.impl.manager   
org.jbpm.services.task.wih   
org.jbpm.services.task.wih.util   
org.jbpm.test   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.impl   
org.jbpm.workflow.instance.impl.factory   
org.jbpm.workflow.instance.node   
org.kie.api.command   
org.kie.api.event.process Events emitted while process instances are executing. 
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.kie.api.runtime.conf   
org.kie.api.runtime.manager   
org.kie.api.runtime.process The process runtime classes. 
 

Classes in org.kie.api.runtime.process used by org.drools.core.runtime.process
ProcessRuntime
          The ProcessRuntime is a super-interface for all StatefulKnowledgeSessions.
 

Classes in org.kie.api.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.kie.api.runtime.process used by org.jbpm.bpmn2.xpath
ProcessContext
          Represents the context when executing a process.
 

Classes in org.kie.api.runtime.process used by org.jbpm.examples.exceptions
ProcessInstance
          A process instance represents one specific instance of a process that is currently executing.
 

Classes in org.kie.api.runtime.process used by org.jbpm.examples.exceptions.service
WorkItem
          Represents one unit of work that needs to be executed.
 

Classes in org.kie.api.runtime.process used by org.jbpm.executor.impl.runtime
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
 

Classes in org.kie.api.runtime.process used by org.jbpm.executor.impl.wih
NodeInstance
          A node instance represents the execution of one specific node in a process instance.
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.kie.api.runtime.process used by org.jbpm.kie.services.impl
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.
 

Classes in org.kie.api.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.kie.api.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.kie.api.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.kie.api.runtime.process used by org.jbpm.process.core.impl
DataTransformer
          Data transformation capabilities used by data input and data output transformation as part of BPMN2 process definition.
 

Classes in org.kie.api.runtime.process used by org.jbpm.process.core.transformation
DataTransformer
          Data transformation capabilities used by data input and data output transformation as part of BPMN2 process definition.
 

Classes in org.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.
 

Classes in org.kie.api.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.kie.api.runtime.process used by org.jbpm.process.workitem.camel
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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.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.kie.api.runtime.process used by org.jbpm.process.workitem.webservice
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.kie.api.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.kie.api.runtime.process used by org.jbpm.runtime.manager.impl
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
 

Classes in org.kie.api.runtime.process used by org.jbpm.services.api
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.
 

Classes in org.kie.api.runtime.process used by org.jbpm.services.cdi.impl.manager
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
 

Classes in org.kie.api.runtime.process used by org.jbpm.services.task.wih
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.kie.api.runtime.process used by org.jbpm.services.task.wih.util
WorkItem
          Represents one unit of work that needs to be executed.
 

Classes in org.kie.api.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.kie.api.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.
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.kie.api.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.kie.api.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.kie.api.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.
 

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

Classes in org.kie.api.runtime.process used by org.kie.api.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.kie.api.runtime.process used by org.kie.api.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.kie.api.runtime.process used by org.kie.api.runtime.conf
WorkItemHandler
          A work item handler is responsible for executing work items of a specific type.
 

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

Classes in org.kie.api.runtime.process used by org.kie.api.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.
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).
 


jBPM distribution 6.2.0.CR2

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