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

Packages that use Condition
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.wire.usercode   
 

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

Classes in org.jbpm.pvm.internal.model that implement Condition
 class ExpressionCondition
           
 

Fields in org.jbpm.pvm.internal.model declared as Condition
protected  Condition TransitionImpl.condition
           
 

Methods in org.jbpm.pvm.internal.model that return Condition
 Condition TransitionImpl.getCondition()
           
 

Methods in org.jbpm.pvm.internal.model with parameters of type Condition
 void TransitionImpl.setCondition(Condition condition)
           
 

Uses of Condition in org.jbpm.pvm.internal.wire.usercode
 

Classes in org.jbpm.pvm.internal.wire.usercode that implement Condition
 class UserCodeCondition
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.