Uses of Interface
org.jbpm.pvm.activity.Activity

Packages that use Activity
org.jbpm.pvm.activity interfaces for implementing activities, which represent the runtime behaviour of nodes. 
org.jbpm.pvm.model common model base classes for the client, activity and event listener API's 
 

Uses of Activity in org.jbpm.pvm.activity
 

Subinterfaces of Activity in org.jbpm.pvm.activity
 interface ExternalActivity
          extends Activity for handling external triggers after a wait state.
 

Uses of Activity in org.jbpm.pvm.model
 

Methods in org.jbpm.pvm.model with parameters of type Activity
 ProcessFactory ProcessFactory.behaviour(Activity activity)
          sets the behaviour on the current node.
 

Method parameters in org.jbpm.pvm.model with type arguments of type Activity
 ProcessFactory ProcessFactory.behaviour(Class<? extends Activity> activityClass)
          sets the behaviour on the current node.
 



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