com.ebmwebsourcing.easybpel.model.bpel.impl.activity.extension
Class ExtensionActivityImpl
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<com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensionActivity>
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.extension.ExtensionActivityImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity, com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement
public class ExtensionActivityImpl
- extends com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensionActivity>
- implements com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity
- 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 |
ExtensionActivityImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensionActivity model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
|
|
Method Summary |
com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity |
getExtendedActivity()
|
java.lang.String |
getName()
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
|
java.util.List<org.w3c.dom.Element> |
getOtherElements()
|
com.ebmwebsourcing.easybpel.model.bpel.api.containers.Sources |
getSources()
|
boolean |
getSuppressJoinFailure()
|
com.ebmwebsourcing.easybpel.model.bpel.api.containers.Targets |
getTargets()
|
static com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity |
replaceDOMElementByTExtensionActivity(com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader reader,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent,
org.w3c.dom.Element childToReplace)
|
void |
setName(java.lang.String name)
|
| 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 |
equals, getModel, getParent, getSchema, getTopParent, hashCode, setParent |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement |
getTag, setTag |
| Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, hashCode, setDocumentation |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator |
validate |
ExtensionActivityImpl
public ExtensionActivityImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensionActivity model,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
getOtherElements
public java.util.List<org.w3c.dom.Element> getOtherElements()
throws org.ow2.easywsdl.schema.api.XmlException
- Specified by:
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement- Overrides:
getOtherElements in class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensionActivity>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
getOtherAttributes
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
throws org.ow2.easywsdl.schema.api.XmlException
- Specified by:
getOtherAttributes in interface org.ow2.easywsdl.schema.api.SchemaElement- Overrides:
getOtherAttributes in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensionActivity>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
replaceDOMElementByTExtensionActivity
public static com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity replaceDOMElementByTExtensionActivity(com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader reader,
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent,
org.w3c.dom.Element childToReplace)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
getName
public java.lang.String getName()
- Specified by:
getName in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getSources
public com.ebmwebsourcing.easybpel.model.bpel.api.containers.Sources getSources()
- Specified by:
getSources in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getSuppressJoinFailure
public boolean getSuppressJoinFailure()
- Specified by:
getSuppressJoinFailure in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getTargets
public com.ebmwebsourcing.easybpel.model.bpel.api.containers.Targets getTargets()
- Specified by:
getTargets in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getExtendedActivity
public com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity getExtendedActivity()
- Specified by:
getExtendedActivity in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity
Copyright © 2012 Petals Link. All Rights Reserved.