org.ow2.orchestra.facade.def
Interface OnEventDefinition
- All Superinterfaces:
- CopyAble<OnEventDefinition>, java.io.Serializable
- All Known Implementing Classes:
- OnEventDefinitionImpl
public interface OnEventDefinition
- extends CopyAble<OnEventDefinition>, java.io.Serializable
Methods inherited from interface org.ow2.orchestra.facade.CopyAble |
copy |
getPartnerLink
java.lang.String getPartnerLink()
- Returns:
- the partner link
getOperation
java.lang.String getOperation()
- Returns:
- the operation
getVariable
java.lang.String getVariable()
- Returns:
- the variable
getMessageExchange
java.lang.String getMessageExchange()
- Returns:
- the message exchange
getPortType
javax.xml.namespace.QName getPortType()
- Returns:
- the port type
getCorrelationDefinitionList
java.util.List<CorrelationDefinition> getCorrelationDefinitionList()
- Returns:
- the list of correlations
getFromPartDefinitionList
java.util.List<FromPartDefinition> getFromPartDefinitionList()
- Returns:
- the list of from parts
getActivityDefinitionUUID
ActivityDefinitionUUID getActivityDefinitionUUID()
- Returns:
- the UUID of the activity enclosed in the onMessage element
Copyright © 2009 OW2 Consortium. All Rights Reserved.