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

Packages that use BPELProcess
com.ebmwebsourcing.easybpel.model.bpel.api.compiler   
com.ebmwebsourcing.easybpel.model.bpel.api.inout   
com.ebmwebsourcing.easybpel.model.bpel.impl   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.verification   
com.ebmwebsourcing.easybpel.model.bpel.impl.expression   
com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer   
com.ebmwebsourcing.easybpel.model.bpel.impl.inout   
com.ebmwebsourcing.easybpel.model.bpel.impl.registry   
com.ebmwebsourcing.easybpel.model.bpel.impl.runtime   
com.ebmwebsourcing.easybpel.model.bpel.impl.runtime.protocol   
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.api.compiler
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler with parameters of type BPELProcess
 com.ebmwebsourcing.easyviper.core.api.engine.Process BPELCompiler.generate(com.ebmwebsourcing.easyviper.core.api.Core core, BPELProcess bpelprocess)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.api.inout
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.inout that return BPELProcess
 BPELProcess BPELReader.readBPEL(org.w3c.dom.Document bpelDocument)
          Read the specified WSDL document into a WSDL definition.
 BPELProcess BPELReader.readBPEL(java.net.URI bpelURI)
          Read the WSDL document accessible via the specified URI into a BPEL definition.
 BPELProcess BPELReader.readBPEL(java.net.URI bpelURI, org.xml.sax.InputSource inputSource)
          Read a BPEL document into a BPEL definition.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.inout with parameters of type BPELProcess
 org.w3c.dom.Document BPELWriter.getDocument(BPELProcess bpelDef)
          Return a document generated from the specified BPEL model.
 java.lang.String BPELWriter.writeBPEL(BPELProcess bpelDef)
          Write the specified BPEL definition .
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl that implement BPELProcess
 class BPELProcessImpl
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.activity
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return BPELProcess
static BPELProcess ScopeImpl.getProcess(BPELElement parent)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type BPELProcess
static BPELBooleanExpression ForEachImpl.createBooleanExpressionFromStartAndFinalCounterValue(ForEach forEach, BPELProcess process, java.util.logging.Logger logger)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler that return BPELProcess
 BPELProcess BPELCompilerImpl.validate(java.net.URI uri)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler with parameters of type BPELProcess
 com.ebmwebsourcing.easyviper.core.api.engine.Process BPELCompilerImpl.compile(BPELProcess bpelProcess)
           
 com.ebmwebsourcing.easyviper.core.api.engine.Process BPELCompilerImpl.generate(com.ebmwebsourcing.easyviper.core.api.Core core, BPELProcess bpelprocess)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator with parameters of type BPELProcess
ProcessValidatorImpl(BPELProcess process)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.verification
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.verification with parameters of type BPELProcess
TypeVerifierImpl(BPELProcess bpelDefinition)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.expression
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.expression that return BPELProcess
 BPELProcess BPELAssignementExpressionImpl.getBpeldefinition()
           
 BPELProcess BPELBooleanExpressionImpl.getBpeldefinition()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.expression with parameters of type BPELProcess
 void BPELAssignementExpressionImpl.setBpeldefinition(BPELProcess bpeldefinition)
           
 void BPELBooleanExpressionImpl.setBpeldefinition(BPELProcess bpeldefinition)
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.expression with parameters of type BPELProcess
BPELAssignementExpressionImpl(Copy copy, BPELProcess definition)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.expression.analyzer with parameters of type BPELProcess
ExpressionDumpVisitor(com.ebmwebsourcing.easyviper.core.api.engine.Scope scope, BPELProcess bpeldefinition, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl nsLists)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.inout
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.inout that return BPELProcess
 BPELProcess BPELReaderImpl.readBPEL(org.w3c.dom.Document bpelDocument)
           
 BPELProcess BPELReaderImpl.readBPEL(java.net.URI wsdlURI)
           
 BPELProcess BPELReaderImpl.readBPEL(java.net.URI wsdlURI, org.xml.sax.InputSource inputSource)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.inout with parameters of type BPELProcess
 org.w3c.dom.Document BPELWriterImpl.getDocument(BPELProcess processDef)
           
 java.lang.String BPELWriterImpl.writeBPEL(BPELProcess processDef)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.registry
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.registry that return BPELProcess
 BPELProcess BPELMemoryRegistryImpl.getProcessDefinition(com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey name)
           
 BPELProcess BPELMemoryRegistryImpl.removeProcessDefinition(com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey name, boolean forceUninstall)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.registry that return types with arguments of type BPELProcess
 java.util.List<BPELProcess> BPELMemoryRegistryImpl.getAllProcessDefinitions()
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime with parameters of type BPELProcess
static java.util.List<java.lang.String> BPELAssigner.createXPathExpressionByReplacingPartByElement(java.lang.String partName, BPELVariable definition, java.lang.String xpathExpression, BPELProcess bpelDefinition)
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime with parameters of type BPELProcess
BPELAssigner(BPELProcess bpeldefinition)
           
BPELCorrelationMatcher(BPELProcess bpeldefinition, java.util.List<Correlation> correlations, javax.xml.namespace.QName inputVariable)
           
BPELFaultHandler(BPELProcess bpeldefinition, Invoke invoke)
           
 

Uses of BPELProcess in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime.protocol
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime.protocol with parameters of type BPELProcess
SOAPAdapter(BPELProcess bpeldefinition)
           
SOAPAdapter(BPELProcess bpeldefinition, com.ebmwebsourcing.easyviper.core.api.soa.Endpoint providerEndpoint)
           
 



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