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
| 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 |
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.