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

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
Activity, Assign, BPELDateVariable, BPELElementVariable, BPELIntVariable, BPELLongVariable, BPELProcess, BPELStringVariable, BPELVariable<T>, Catch, CatchAll, Copy, Correlation, CorrelationSet, Empty, Exit, Extension, ExtensionActivity, Extensions, FaultHandlers, Flow, ForEach, From, FromAndTo, If, Import, Invoke, Literal, OnAlarm, OnMessage, PartnerLink, Pick, Query, Receive, RepeatUntil, Reply, ReThrow, Scope, Sequence, ServiceRef, Throw, To, Wait, While
All Known Implementing Classes:
AbstractActivityImpl, BPELElementImpl, BPELVariableImpl, ContainersImpl, SourcesImpl, TargetsImpl

public interface BPELElement
extends org.ow2.easywsdl.schema.api.XMLElement, Validator

This interface represents all BPEL Elements

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 javax.xml.namespace.QName getTag()
           
 void setTag(javax.xml.namespace.QName name)
           
 
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

getTag

javax.xml.namespace.QName getTag()

setTag

void setTag(javax.xml.namespace.QName name)


Copyright © 2012 Petals Link. All Rights Reserved.