com.ebmwebsourcing.easybpel.model.bpel.api.activity
Class AbstractActivityImpl<E extends 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>
- All Implemented Interfaces:
- Activity, BPELElement, Validator, Containers, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement
public abstract class AbstractActivityImpl<E extends TActivity>
- extends ContainersImpl<E>
- implements 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 |
| 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 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 |
sources
protected Sources sources
targets
protected Targets targets
AbstractActivityImpl
public AbstractActivityImpl(javax.xml.namespace.QName name,
E model,
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 ContainersImpl<E extends TActivity>
- 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 ContainersImpl<E extends TActivity>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
getName
public java.lang.String getName()
- Specified by:
getName in interface Activity
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface Activity
getSources
public Sources getSources()
- Specified by:
getSources in interface Activity
setSources
public void setSources(Sources s)
getSuppressJoinFailure
public boolean getSuppressJoinFailure()
- Specified by:
getSuppressJoinFailure in interface Activity
setSuppressJoinFailure
public void setSuppressJoinFailure(boolean b)
getTargets
public Targets getTargets()
- Specified by:
getTargets in interface Activity
setTargets
public void setTargets(Targets t)
Copyright © 2011 Petals Link. All Rights Reserved.