com.ebmwebsourcing.easybpel.model.bpel.api.activity
Interface ForEach

All Superinterfaces:
Activity, BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
ForEachImpl

public interface ForEach
extends Activity

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.lang.String getCounterName()
           
 BPELUnsignedIntegerExpression getFinalCounterValue()
           
 Scope getScope()
           
 BPELUnsignedIntegerExpression getStartCounterValue()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getName, getSources, getSuppressJoinFailure, getTargets, setName
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getScope

Scope getScope()

getCounterName

java.lang.String getCounterName()

getStartCounterValue

BPELUnsignedIntegerExpression getStartCounterValue()

getFinalCounterValue

BPELUnsignedIntegerExpression getFinalCounterValue()


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.