Uses of Package
org.jbpm.taskmgmt.exe

Packages that use org.jbpm.taskmgmt.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.db provides access the to jBPM database. 
org.jbpm.graph.exe contains the runtime structures for process executions. 
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.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. 
org.jbpm.taskmgmt.log persistable logging (history information) classes for task related events. 
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.command
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.db
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.graph.exe
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
TaskMgmtInstance
          process instance extension for managing tasks on a process instance.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.graph.node
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.instantiation
Assignable
          common superclass for TaskInstances and SwimlaneInstances used by the AssignmentHandler interface.
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.job
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.taskmgmt
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.taskmgmt.def
Assignable
          common superclass for TaskInstances and SwimlaneInstances used by the AssignmentHandler interface.
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.taskmgmt.exe
Assignable
          common superclass for TaskInstances and SwimlaneInstances used by the AssignmentHandler interface.
SwimlaneInstance
          is a process role for a one process instance.
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
TaskMgmtInstance
          process instance extension for managing tasks on a process instance.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.taskmgmt.impl
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Classes in org.jbpm.taskmgmt.exe used by org.jbpm.taskmgmt.log
SwimlaneInstance
          is a process role for a one process instance.
TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 



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