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

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

Uses of ActivityExecution in org.jbpm.api.activity
 

Methods in org.jbpm.api.activity with parameters of type ActivityExecution
 void ActivityBehaviour.execute(ActivityExecution execution)
          piece of Java code that is to be included in a process as activity behaviour or as a hidden listener to process events.
 void ExternalActivityBehaviour.signal(ActivityExecution execution, java.lang.String signalName, java.util.Map<java.lang.String,?> parameters)
          handles an external trigger.
 



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