Uses of Package
org.jbpm.pvm.internal.task

Packages that use org.jbpm.pvm.internal.task
org.jbpm.pvm.internal.cmd   
org.jbpm.pvm.internal.env environment implementation classes. 
org.jbpm.pvm.internal.hibernate   
org.jbpm.pvm.internal.history.events   
org.jbpm.pvm.internal.history.model   
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
org.jbpm.pvm.internal.session   
org.jbpm.pvm.internal.task   
org.jbpm.pvm.internal.type   
 

Classes in org.jbpm.pvm.internal.task used by org.jbpm.pvm.internal.cmd
TaskImpl
          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.pvm.internal.task used by org.jbpm.pvm.internal.env
TaskImpl
          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.pvm.internal.task used by org.jbpm.pvm.internal.hibernate
TaskImpl
          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.pvm.internal.task used by org.jbpm.pvm.internal.history.events
TaskImpl
          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.pvm.internal.task used by org.jbpm.pvm.internal.history.model
TaskImpl
          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.pvm.internal.task used by org.jbpm.pvm.internal.model
AssignableDefinitionImpl
           
SwimlaneDefinitionImpl
          is a process role (aka participatingUser).
SwimlaneImpl
          runtime process role for a specific process instance.
TaskDefinitionImpl
          defines a task and how the actor(s) must be calculated at runtime.
TaskImpl
          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.pvm.internal.task used by org.jbpm.pvm.internal.session
TaskImpl
          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.pvm.internal.task used by org.jbpm.pvm.internal.task
AssignableDefinitionImpl
           
OpenTask
           
ParticipationImpl
          the relation between a task and a person.
SwimlaneDefinitionImpl
          is a process role (aka participatingUser).
SwimlaneImpl
          runtime process role for a specific process instance.
TaskDefinitionImpl
          defines a task and how the actor(s) must be calculated at runtime.
TaskImpl
          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.pvm.internal.task used by org.jbpm.pvm.internal.type
TaskImpl
          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 © 2010 JBoss Community. All Rights Reserved.