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

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

public interface If
extends Activity

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 void addElseIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression exp, Activity a)
           
 void addIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression exp, Activity a)
           
 java.util.List<Activity> getActivities()
           
 java.util.List<com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression> getConditions()
           
 Activity getElseActivity()
           
 void removeElseIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression boolExpr, Activity activity)
           
 void setElseActivity(Activity a)
           
 
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

getConditions

java.util.List<com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression> getConditions()

getActivities

java.util.List<Activity> getActivities()

addIfActivity

void addIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression exp,
                   Activity a)
                   throws BPELException
Throws:
BPELException

addElseIfActivity

void addElseIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression exp,
                       Activity a)
                       throws BPELException
Throws:
BPELException

setElseActivity

void setElseActivity(Activity a)
                     throws BPELException
Throws:
BPELException

getElseActivity

Activity getElseActivity()

removeElseIfActivity

void removeElseIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression boolExpr,
                          Activity activity)


Copyright © 2011 Petals Link. All Rights Reserved.