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

public interface ForEach
extends Activity

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.lang.String getCounterName()
           
 com.ebmwebsourcing.easybpel.xpath.exp.api.BPELUnsignedIntegerExpression getFinalCounterValue()
           
 Scope getScope()
           
 com.ebmwebsourcing.easybpel.xpath.exp.api.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, equals, getDocumentation, getOtherAttributes, hashCode, 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

com.ebmwebsourcing.easybpel.xpath.exp.api.BPELUnsignedIntegerExpression getStartCounterValue()

getFinalCounterValue

com.ebmwebsourcing.easybpel.xpath.exp.api.BPELUnsignedIntegerExpression getFinalCounterValue()


Copyright © 2012 Petals Link. All Rights Reserved.