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

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

public interface RepeatUntil
extends Activity

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 Activity getActivity()
           
 com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression getCondition()
           
 void setActivity(Activity activity)
           
 void setCondition(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression condition)
           
 
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

getCondition

com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression getCondition()

setCondition

void setCondition(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression condition)

getActivity

Activity getActivity()

setActivity

void setActivity(Activity activity)


Copyright © 2012 Petals Link. All Rights Reserved.