Uses of Package
org.jbpm.graph.exe

Packages that use org.jbpm.graph.exe
org.jbpm central access to the jbpm database and other services. 
org.jbpm.command commands that can be used as an alternative to the try-finally blocks in the user code. 
org.jbpm.context.exe contains ContextInstance, the central interface class for working with process variables. 
org.jbpm.db provides access the to jBPM database. 
org.jbpm.graph.action contains basic action implementations. 
org.jbpm.graph.def contains all structural elements of a process graph. 
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.graph.log graph execution logs. 
org.jbpm.graph.node contains basic node implementations. 
org.jbpm.instantiation is for instantiating delegation classes and making them persistable with class Delegation. 
org.jbpm.job JNDI helper for JCR compatibility. 
org.jbpm.jpdl.el.impl implementation classes for expression language resolving. 
org.jbpm.jpdl.exe jpdl runtime data structures. 
org.jbpm.logging.log base model classes for the history events that get recorded by the DbLoggingService. 
org.jbpm.mail classes that contain the logic for sending emails during process execution. 
org.jbpm.module.exe interface for adding aspect to a process instance in a pluggable manner. 
org.jbpm.scheduler specifies the timer pluggability interface. 
org.jbpm.scheduler.db DB/JobExecutor implementation of the timer service. 
org.jbpm.scheduler.def actions (==event listeners) to create and cancel timers. 
org.jbpm.signal extension to the jBPM event architecture. 
org.jbpm.svc base service infrastructure classes. 
org.jbpm.svc.save various implementation of save operations that are invoked when a process instance is saved. 
org.jbpm.taskmgmt runtime extension of a process instance for task information. 
org.jbpm.taskmgmt.def process definition extensions for task management related information. 
org.jbpm.taskmgmt.exe extensions of runtime process instance data structure for tasks. 
org.jbpm.taskmgmt.impl db implementation of the task management service. 
 

Classes in org.jbpm.graph.exe used by org.jbpm
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.command
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.context.exe
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.db
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.graph.action
ExecutionContext
           
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.graph.def
ExecutionContext
           
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.graph.exe
Comment
           
ExecutionContext
           
ProcessInstance
          is one execution of a ProcessDefinition.
RuntimeAction
          is an action added at runtime to the execution of one process instance.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.graph.log
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.graph.node
ExecutionContext
           
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.instantiation
ExecutionContext
           
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.job
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.jpdl.el.impl
ExecutionContext
           
 

Classes in org.jbpm.graph.exe used by org.jbpm.jpdl.exe
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.logging.log
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.mail
ExecutionContext
           
 

Classes in org.jbpm.graph.exe used by org.jbpm.module.exe
ProcessInstance
          is one execution of a ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.scheduler
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.scheduler.db
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.scheduler.def
ExecutionContext
           
 

Classes in org.jbpm.graph.exe used by org.jbpm.signal
ExecutionContext
           
 

Classes in org.jbpm.graph.exe used by org.jbpm.svc
ProcessInstance
          is one execution of a ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.svc.save
ProcessInstance
          is one execution of a ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.taskmgmt
ExecutionContext
           
 

Classes in org.jbpm.graph.exe used by org.jbpm.taskmgmt.def
ExecutionContext
           
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.taskmgmt.exe
Comment
           
ExecutionContext
           
ProcessInstance
          is one execution of a ProcessDefinition.
Token
          represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
 

Classes in org.jbpm.graph.exe used by org.jbpm.taskmgmt.impl
ExecutionContext
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.