com.ebmwebsourcing.easybpel.model.bpel.impl
Class BPELProcessImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl<TProcess>
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 |
| 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 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 |
namespaceContext
protected org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceContext
- the namespace context
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)
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.