org.ow2.orchestra.facade.def
Interface OnEventDefinition

All Superinterfaces:
CopyAble<OnEventDefinition>, Serializable
All Known Implementing Classes:
OnEventDefinitionImpl

public interface OnEventDefinition
extends CopyAble<OnEventDefinition>, Serializable


Method Summary
 ActivityDefinitionUUID getActivityDefinitionUUID()
           
 List<CorrelationDefinition> getCorrelationDefinitionList()
           
 List<FromPartDefinition> getFromPartDefinitionList()
           
 String getMessageExchange()
           
 String getOperation()
           
 String getPartnerLink()
           
 QName getPortType()
           
 String getVariable()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getPartnerLink

String getPartnerLink()
Returns:
the partner link

getOperation

String getOperation()
Returns:
the operation

getVariable

String getVariable()
Returns:
the variable

getMessageExchange

String getMessageExchange()
Returns:
the message exchange

getPortType

QName getPortType()
Returns:
the port type

getCorrelationDefinitionList

List<CorrelationDefinition> getCorrelationDefinitionList()
Returns:
the list of correlations

getFromPartDefinitionList

List<FromPartDefinition> getFromPartDefinitionList()
Returns:
the list of from parts

getActivityDefinitionUUID

ActivityDefinitionUUID getActivityDefinitionUUID()
Returns:
the UUID of the activity enclosed in the onMessage element


Copyright © 2011 OW2 Consortium. All Rights Reserved.