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

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

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

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

Classes in org.jbpm.pvm.internal.model that implement OpenProcessDefinition
 class ProcessDefinitionImpl
           
 

Methods in org.jbpm.pvm.internal.model that return OpenProcessDefinition
 OpenProcessDefinition ObservableElement.getProcessDefinition()
          the process definition to which this process element belongs
 

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

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



Copyright © 2010 JBoss Community. All Rights Reserved.