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
| 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 |
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.