com.ebmwebsourcing.easybpel.model.bpel.impl.activity
Class ActivityImpl<E extends com.ebmwebsourcing.easybpel.model.bpel.executable.TActivity>
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<E>
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity, 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
- Direct Known Subclasses:
- AssignImpl, EmptyImpl, ExitImpl, FlowImpl, ForEachImpl, IfImpl, InvokeImpl, PickImpl, ReceiveImpl, RepeatUntilImpl, ReplyImpl, ReThrowImpl, ScopeImpl, SequenceImpl, ThrowImpl, WaitImpl, WhileImpl
public class ActivityImpl<E extends com.ebmwebsourcing.easybpel.model.bpel.executable.TActivity>
- extends com.ebmwebsourcing.easybpel.model.bpel.api.activity.AbstractActivityImpl<E>
- implements com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
- 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 |
ActivityImpl(javax.xml.namespace.QName name,
E model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
|
|
Method Summary |
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeActivityContainer(com.ebmwebsourcing.easybpel.model.bpel.executable.TActivityContainer internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeElseIfActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TElseif internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeExtensionActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensionActivity internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeIfActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TIf internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeOnMessageActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TOnMessage internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeProcess(com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess temp,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeRepeatUntilActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TRepeatUntil internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeScope(com.ebmwebsourcing.easybpel.model.bpel.executable.TScope temp,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
analyzeWhileActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TWhile internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
getActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TActivity internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
|
| 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 |
ActivityImpl
public ActivityImpl(javax.xml.namespace.QName name,
E model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
getActivity
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity getActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TActivity internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeIfActivity
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeIfActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TIf internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeOnMessageActivity
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeOnMessageActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TOnMessage internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeWhileActivity
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeWhileActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TWhile internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeRepeatUntilActivity
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeRepeatUntilActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TRepeatUntil internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeElseIfActivity
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeElseIfActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TElseif internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeActivityContainer
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeActivityContainer(com.ebmwebsourcing.easybpel.model.bpel.executable.TActivityContainer internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeScope
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeScope(com.ebmwebsourcing.easybpel.model.bpel.executable.TScope temp,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeProcess
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeProcess(com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess temp,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
analyzeExtensionActivity
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity analyzeExtensionActivity(com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensionActivity internalActivity,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl parent)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.