com.ebmwebsourcing.easybpel.model.bpel.api.activity
Interface Scope

All Superinterfaces:
Activity, BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
BPELProcess

public interface Scope
extends Activity

Author:
Nicolas Salatge - eBM WebSourcing

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()
           
 FaultHandlers getFaultHandlers()
           
 PartnerLink getPartnerLink(java.lang.String name)
           
 java.util.List<PartnerLink> getPartnerLinks()
           
 java.util.List<BPELVariable> getVariables()
           
 void setActivity(Activity a)
           
 
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, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getPartnerLinks

java.util.List<PartnerLink> getPartnerLinks()

getPartnerLink

PartnerLink getPartnerLink(java.lang.String name)

findPartnerLink

PartnerLink findPartnerLink(java.lang.String name)

getCorrelationSets

java.util.List<CorrelationSet> getCorrelationSets()

getCorrelationSet

CorrelationSet getCorrelationSet(java.lang.String name)

getVariables

java.util.List<BPELVariable> getVariables()

addVariable

void addVariable(BPELVariable variable)

findVariable

BPELVariable findVariable(javax.xml.namespace.QName name)

getActivity

Activity getActivity()

setActivity

void setActivity(Activity a)
                 throws BPELException
Throws:
BPELException

getFaultHandlers

FaultHandlers getFaultHandlers()


Copyright © 2011 Petals Link. All Rights Reserved.