org.jbpm.jpdl.internal.activity
Class ForEachActivity

java.lang.Object
  extended by org.jbpm.jpdl.internal.activity.JpdlActivity
      extended by org.jbpm.jpdl.internal.activity.ForEachActivity
All Implemented Interfaces:
java.io.Serializable, ActivityBehaviour

public class ForEachActivity
extends JpdlActivity

Author:
Maciej Swiderski, Alejandro Guizar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.jpdl.internal.activity.JpdlActivity
dbid
 
Constructor Summary
ForEachActivity()
           
 
Method Summary
 void execute(ActivityExecution execution)
           
 void execute(ExecutionImpl execution)
           
 void setCollection(Expression collection)
           
 void setVariable(java.lang.String variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachActivity

public ForEachActivity()
Method Detail

execute

public void execute(ActivityExecution execution)
             throws java.lang.Exception
Throws:
java.lang.Exception

execute

public void execute(ExecutionImpl execution)

setVariable

public void setVariable(java.lang.String variable)

setCollection

public void setCollection(Expression collection)


Copyright © 2010 JBoss Community. All Rights Reserved.