com.ebmwebsourcing.easybpel.model.bpel.api.activity
Class AbstractActivityImpl<E extends TActivity>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<E>
              extended by com.ebmwebsourcing.easybpel.model.bpel.api.containers.ContainersImpl<E>
                  extended by 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

Field Summary
protected  Sources sources
           
protected  Targets targets
           
 
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
AbstractActivityImpl(javax.xml.namespace.QName name, E model, BPELElement parent)
           
 
Method Summary
 java.lang.String getName()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 Sources getSources()
           
 boolean getSuppressJoinFailure()
           
 Targets getTargets()
           
 void setName(java.lang.String name)
           
 void setSources(Sources s)
           
 void setSuppressJoinFailure(boolean b)
           
 void setTargets(Targets t)
           
 
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
 

Field Detail

sources

protected Sources sources

targets

protected Targets targets
Constructor Detail

AbstractActivityImpl

public AbstractActivityImpl(javax.xml.namespace.QName name,
                            E model,
                            BPELElement parent)
Method Detail

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.