com.ebmwebsourcing.easybpel.model.bpel.impl.activity
Class IfImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<E>
com.ebmwebsourcing.easybpel.model.bpel.api.containers.ContainersImpl<E>
com.ebmwebsourcing.easybpel.model.bpel.api.activity.AbstractActivityImpl<E>
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.ActivityImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TIf>
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.IfImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity, com.ebmwebsourcing.easybpel.model.bpel.api.activity.If, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator, com.ebmwebsourcing.easybpel.model.bpel.api.containers.Containers, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement
public class IfImpl
- extends ActivityImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TIf>
- implements com.ebmwebsourcing.easybpel.model.bpel.api.activity.If
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl |
tag |
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
|
Constructor Summary |
IfImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TIf model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
|
|
Method Summary |
java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity> |
getActivities()
|
java.util.List<com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression> |
getConditions()
|
void |
setActivities(java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity> activities)
|
void |
setConditions(java.util.List<com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression> conditions)
|
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.activity.AbstractActivityImpl |
getName, getOtherAttributes, getOtherElements, getSources, getSuppressJoinFailure, getTargets, setName |
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl |
addOtherElements, createDocumentation, getDocumentation, getTag, setDocumentation, setTag, validate |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
getModel, getParent, getSchema, getTopParent, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator |
validate |
| 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 |
IfImpl
public IfImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TIf model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
getActivities
public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity> getActivities()
- Specified by:
getActivities in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.If
getConditions
public java.util.List<com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression> getConditions()
- Specified by:
getConditions in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.If
setActivities
public void setActivities(java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity> activities)
- Specified by:
setActivities in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.If
setConditions
public void setConditions(java.util.List<com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression> conditions)
- Specified by:
setConditions in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.If
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.