com.ebmwebsourcing.easybpel.model.bpel.api.correlation
Interface Correlation

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

public interface Correlation
extends BPELElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 TInitiate getInitiate()
           
 TPattern getPattern()
           
 java.lang.String getSet()
           
 
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

getSet

java.lang.String getSet()

getInitiate

TInitiate getInitiate()

getPattern

TPattern getPattern()


Copyright © 2011 Petals Link. All Rights Reserved.