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

Packages that use ActivityExecution
org.jbpm.pvm.activity interfaces for implementing activities, which represent the runtime behaviour of nodes. 
 

Uses of ActivityExecution in org.jbpm.pvm.activity
 

Methods in org.jbpm.pvm.activity with parameters of type ActivityExecution
 void Activity.execute(ActivityExecution execution)
          piece of Java code that is to be included in a process as node behaviour or as a hidden listener to process events.
 void ExternalActivity.signal(ActivityExecution execution, String signalName, Map<String,Object> parameters)
          handles an external trigger.
 



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