com.ebmwebsourcing.easybpel.model.bpel.impl
Class BPELProcessImpl

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.impl.BPELElementImpl<TProcess>
              extended by com.ebmwebsourcing.easybpel.model.bpel.impl.BPELProcessImpl
All Implemented Interfaces:
Activity, Scope, BPELElement, BPELProcess, Validator, com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class BPELProcessImpl
extends BPELElementImpl<TProcess>
implements BPELProcess

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
protected  org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceContext
          the namespace context
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl
tag
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
BPELProcessImpl(java.net.URI baseURI, TProcess process, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context, java.util.Map<BPELReader.FeatureConstants,java.lang.Object> features)
           
 
Method Summary
 void addVariable(BPELVariable variable)
           
 PartnerLink findPartnerLink(java.lang.String name)
           
 BPELVariable findVariable(javax.xml.namespace.QName name)
           
 Activity getActivity()
           
 CorrelationSet getCorrelationSet(java.lang.String name)
           
 java.util.List<CorrelationSet> getCorrelationSets()
           
 java.lang.String getDescription()
           
 java.net.URI getDocumentBaseURI()
           
 ExtensionActivity getExtensionActivity()
           
 FaultHandlers getFaultHandlers()
           
 Descriptions getImports()
           
 java.lang.String getName()
           
 org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl getNamespaceContext()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 PartnerLink getPartnerLink(java.lang.String name)
           
 java.util.List<PartnerLink> getPartnerLinks()
           
 javax.xml.namespace.QName getQName()
           
static BPELReader getReader()
           
 Sources getSources()
           
 boolean getSuppressJoinFailure()
           
 java.lang.String getTargetNamespace()
           
 Targets getTargets()
           
 java.util.List<BPELVariable> getVariables()
           
static BPELWriter getWriter()
           
 void setName(java.lang.String name)
           
 void setTargetNamespace(java.lang.String ns)
           
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.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.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, getDocumentation, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Field Detail

namespaceContext

protected org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceContext
the namespace context

Constructor Detail

BPELProcessImpl

public BPELProcessImpl(java.net.URI baseURI,
                       TProcess process,
                       org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context,
                       java.util.Map<BPELReader.FeatureConstants,java.lang.Object> features)
Method Detail

getWriter

public static BPELWriter getWriter()
                            throws BPELException
Throws:
BPELException

getReader

public static BPELReader getReader()
                            throws BPELException
Throws:
BPELException

getDocumentBaseURI

public java.net.URI getDocumentBaseURI()
Specified by:
getDocumentBaseURI in interface BPELProcess

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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition

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 BPELElementImpl<TProcess>
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<TProcess>
Throws:
org.ow2.easywsdl.schema.api.XmlException

getActivity

public Activity getActivity()
Specified by:
getActivity in interface Scope

getImports

public Descriptions getImports()
Specified by:
getImports in interface BPELProcess

getExtensionActivity

public ExtensionActivity getExtensionActivity()
Specified by:
getExtensionActivity in interface BPELProcess

getQName

public javax.xml.namespace.QName getQName()
Specified by:
getQName in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition

getSources

public Sources getSources()
Specified by:
getSources in interface Activity

getSuppressJoinFailure

public boolean getSuppressJoinFailure()
Specified by:
getSuppressJoinFailure in interface Activity

getTargets

public Targets getTargets()
Specified by:
getTargets in interface Activity

addVariable

public void addVariable(BPELVariable variable)
Specified by:
addVariable in interface Scope

getVariables

public java.util.List<BPELVariable> getVariables()
Specified by:
getVariables in interface Scope

getNamespaceContext

public org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl getNamespaceContext()
Specified by:
getNamespaceContext in interface BPELProcess

getPartnerLink

public PartnerLink getPartnerLink(java.lang.String name)
Specified by:
getPartnerLink in interface Scope

getPartnerLinks

public java.util.List<PartnerLink> getPartnerLinks()
Specified by:
getPartnerLinks in interface Scope

getCorrelationSet

public CorrelationSet getCorrelationSet(java.lang.String name)
Specified by:
getCorrelationSet in interface Scope

getCorrelationSets

public java.util.List<CorrelationSet> getCorrelationSets()
Specified by:
getCorrelationSets in interface Scope

getFaultHandlers

public FaultHandlers getFaultHandlers()
Specified by:
getFaultHandlers in interface Scope

findVariable

public BPELVariable findVariable(javax.xml.namespace.QName name)
Specified by:
findVariable in interface Scope

findPartnerLink

public PartnerLink findPartnerLink(java.lang.String name)
Specified by:
findPartnerLink in interface Scope

getTargetNamespace

public java.lang.String getTargetNamespace()
Specified by:
getTargetNamespace in interface BPELProcess

setTargetNamespace

public void setTargetNamespace(java.lang.String ns)
Specified by:
setTargetNamespace in interface BPELProcess


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.