Uses of Interface
org.jbpm.pvm.internal.model.CompositeElement

Packages that use CompositeElement
org.jbpm.pvm.internal.client   
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.task   
 

Uses of CompositeElement in org.jbpm.pvm.internal.client
 

Subinterfaces of CompositeElement in org.jbpm.pvm.internal.client
 interface ClientProcessDefinition
          adds factory methods for creating and beginning new process instances.
 

Uses of CompositeElement in org.jbpm.pvm.internal.model
 

Subinterfaces of CompositeElement in org.jbpm.pvm.internal.model
 interface OpenProcessDefinition
          a graph (or tree) structure that can be executed.
 

Classes in org.jbpm.pvm.internal.model that implement CompositeElement
 class ActivityImpl
           
 class CompositeElementImpl
           
 class ProcessDefinitionImpl
           
static class ProcessModificationsImpl.AddedActivity
           
 

Uses of CompositeElement in org.jbpm.pvm.internal.task
 

Classes in org.jbpm.pvm.internal.task that implement CompositeElement
 class LifeCycle
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.