com.ebmwebsourcing.easybpel.model.bpel.api
Interface BPELProcess

All Superinterfaces:
Activity, BPELElement, com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition, org.ow2.easywsdl.schema.api.SchemaElement, Scope, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
BPELProcessImpl

public interface BPELProcess
extends com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition, Scope

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.net.URI getDocumentBaseURI()
           
 ExtensionActivity getExtensionActivity()
           
 Descriptions getImports()
           
 org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl getNamespaceContext()
           
 java.lang.String getTargetNamespace()
           
 void setTargetNamespace(java.lang.String ns)
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.model.registry.definition.ProcessDefinition
getDescription, getQName
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Scope
addVariable, findPartnerLink, findVariable, getActivity, getCorrelationSet, getCorrelationSets, getFaultHandlers, getPartnerLink, getPartnerLinks, getVariables
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getName, getSources, getSuppressJoinFailure, getTargets, setName
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getDocumentBaseURI

java.net.URI getDocumentBaseURI()

getImports

Descriptions getImports()

getExtensionActivity

ExtensionActivity getExtensionActivity()

getNamespaceContext

org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl getNamespaceContext()

getTargetNamespace

java.lang.String getTargetNamespace()

setTargetNamespace

void setTargetNamespace(java.lang.String ns)


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