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.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess>
com.ebmwebsourcing.easybpel.model.bpel.impl.BPELProcessImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity, com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.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 com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess>
- implements com.ebmwebsourcing.easybpel.model.bpel.api.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.api.BPELElementImpl |
tag |
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
|
Constructor Summary |
BPELProcessImpl(java.net.URI baseURI,
com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess process,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context,
java.util.Map<com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants,java.lang.Object> features)
|
|
Method Summary |
void |
addImport(com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import impt)
|
void |
addVariable(com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable variable)
|
com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELElementVariable |
createBPELElementVariable(java.lang.String varName,
javax.xml.namespace.QName e,
com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELElementVariable.VariableType varType)
|
com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELIntVariable |
createBPELIntVariable(java.lang.String varName,
javax.xml.namespace.QName e)
|
com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink |
createPartnerLink()
|
com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink |
findPartnerLink(java.lang.String name)
|
com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable |
findVariable(javax.xml.namespace.QName name)
|
com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity |
getActivity()
|
com.ebmwebsourcing.easybpel.model.bpel.api.correlation.CorrelationSet |
getCorrelationSet(java.lang.String name)
|
java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.correlation.CorrelationSet> |
getCorrelationSets()
|
java.lang.String |
getDescription()
|
java.net.URI |
getDocumentBaseURI()
|
com.ebmwebsourcing.easybpel.model.bpel.api.extension.Extensions |
getExtensions()
|
com.ebmwebsourcing.easybpel.model.bpel.api.fault.FaultHandlers |
getFaultHandlers()
|
com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.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()
|
com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink |
getPartnerLink(java.lang.String name)
|
java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink> |
getPartnerLinks()
|
java.util.List<org.petalslink.abslayer.service.api.Interface> |
getProcessInterfaces()
|
javax.xml.namespace.QName |
getQName()
|
static com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader |
getReader()
|
com.ebmwebsourcing.easybpel.model.bpel.api.containers.Sources |
getSources()
|
boolean |
getSuppressJoinFailure()
|
java.lang.String |
getTargetNamespace()
|
com.ebmwebsourcing.easybpel.model.bpel.api.containers.Targets |
getTargets()
|
java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable> |
getVariables()
|
static com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELWriter |
getWriter()
|
void |
removeImport(com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import impt)
|
void |
setActivity(com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity activity)
|
void |
setName(java.lang.String name)
|
void |
setTargetNamespace(java.lang.String ns)
|
| 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 |
namespaceContext
protected org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceContext
- the namespace context
BPELProcessImpl
public BPELProcessImpl(java.net.URI baseURI,
com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess process,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context,
java.util.Map<com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants,java.lang.Object> features)
getWriter
public static com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELWriter getWriter()
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
getReader
public static com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader getReader()
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
getDocumentBaseURI
public java.net.URI getDocumentBaseURI()
- Specified by:
getDocumentBaseURI in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
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
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 com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.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<com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
getActivity
public com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity getActivity()
- Specified by:
getActivity in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope- Specified by:
getActivity in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
getImports
public com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Descriptions getImports()
- Specified by:
getImports in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
addImport
public void addImport(com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import impt)
- Specified by:
addImport in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
removeImport
public void removeImport(com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports.Import impt)
- Specified by:
removeImport in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
getQName
public javax.xml.namespace.QName getQName()
- Specified by:
getQName in interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition
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
addVariable
public void addVariable(com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable variable)
- Specified by:
addVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
getVariables
public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable> getVariables()
- Specified by:
getVariables in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
getNamespaceContext
public org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl getNamespaceContext()
- Specified by:
getNamespaceContext in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
getPartnerLink
public com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink getPartnerLink(java.lang.String name)
- Specified by:
getPartnerLink in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
getPartnerLinks
public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink> getPartnerLinks()
- Specified by:
getPartnerLinks in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
getCorrelationSet
public com.ebmwebsourcing.easybpel.model.bpel.api.correlation.CorrelationSet getCorrelationSet(java.lang.String name)
- Specified by:
getCorrelationSet in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
getCorrelationSets
public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.correlation.CorrelationSet> getCorrelationSets()
- Specified by:
getCorrelationSets in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
getFaultHandlers
public com.ebmwebsourcing.easybpel.model.bpel.api.fault.FaultHandlers getFaultHandlers()
- Specified by:
getFaultHandlers in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
findVariable
public com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable findVariable(javax.xml.namespace.QName name)
- Specified by:
findVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
findPartnerLink
public com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink findPartnerLink(java.lang.String name)
- Specified by:
findPartnerLink in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
getTargetNamespace
public java.lang.String getTargetNamespace()
- Specified by:
getTargetNamespace in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
setTargetNamespace
public void setTargetNamespace(java.lang.String ns)
- Specified by:
setTargetNamespace in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
getExtensions
public com.ebmwebsourcing.easybpel.model.bpel.api.extension.Extensions getExtensions()
- Specified by:
getExtensions in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
setActivity
public void setActivity(com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity activity)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Specified by:
setActivity in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
createPartnerLink
public com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink createPartnerLink()
- Specified by:
createPartnerLink in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
createBPELIntVariable
public com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELIntVariable createBPELIntVariable(java.lang.String varName,
javax.xml.namespace.QName e)
- Specified by:
createBPELIntVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
createBPELElementVariable
public com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELElementVariable createBPELElementVariable(java.lang.String varName,
javax.xml.namespace.QName e,
com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELElementVariable.VariableType varType)
- Specified by:
createBPELElementVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
getProcessInterfaces
public java.util.List<org.petalslink.abslayer.service.api.Interface> getProcessInterfaces()
- Specified by:
getProcessInterfaces in interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess
Copyright © 2012 Petals Link. All Rights Reserved.