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

Packages that use Condition
org.jbpm.pvm.model common model base classes for the client, activity and event listener API's 
 

Uses of Condition in org.jbpm.pvm.model
 

Methods in org.jbpm.pvm.model that return Condition
 Condition Transition.getCondition()
          the general purpose condition that can be used in various ways by the activities.
 

Methods in org.jbpm.pvm.model with parameters of type Condition
 ProcessFactory ProcessFactory.guardCondition(Condition condition)
          sets the guard condition on the current transition.
 ProcessFactory ProcessFactory.waitCondition(Condition condition)
          sets the wait condition on the current transition.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.