Uses of Class
org.jbpm.pvm.internal.model.ExecutionImpl.Propagation

Packages that use ExecutionImpl.Propagation
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. 
 

Uses of ExecutionImpl.Propagation in org.jbpm.pvm.internal.model
 

Fields in org.jbpm.pvm.internal.model declared as ExecutionImpl.Propagation
protected  ExecutionImpl.Propagation ExecutionImpl.propagation
           
 

Methods in org.jbpm.pvm.internal.model that return ExecutionImpl.Propagation
 ExecutionImpl.Propagation ExecutionImpl.getPropagation()
           
static ExecutionImpl.Propagation ExecutionImpl.Propagation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExecutionImpl.Propagation[] ExecutionImpl.Propagation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbpm.pvm.internal.model with parameters of type ExecutionImpl.Propagation
 void ExecutionImpl.setPropagation(ExecutionImpl.Propagation propagation)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.