org.ow2.orchestra.facade.def.impl
Class OnEventDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
All Implemented Interfaces:
Serializable, CopyAble<OnEventDefinition>, OnEventDefinition

public class OnEventDefinitionImpl
extends Object
implements OnEventDefinition

See Also:
Serialized Form

Constructor Summary
OnEventDefinitionImpl(OnEventDefinition onEventDefinition)
           
 
Method Summary
 OnEventDefinition copy()
           
 ActivityDefinitionUUID getActivityDefinitionUUID()
           
 List<CorrelationDefinition> getCorrelationDefinitionList()
           
 List<FromPartDefinition> getFromPartDefinitionList()
           
 String getMessageExchange()
           
 String getOperation()
           
 String getPartnerLink()
           
 QName getPortType()
           
 String getVariable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnEventDefinitionImpl

public OnEventDefinitionImpl(OnEventDefinition onEventDefinition)
Method Detail

getCorrelationDefinitionList

public List<CorrelationDefinition> getCorrelationDefinitionList()
Specified by:
getCorrelationDefinitionList in interface OnEventDefinition
Returns:
the list of correlations

getFromPartDefinitionList

public List<FromPartDefinition> getFromPartDefinitionList()
Specified by:
getFromPartDefinitionList in interface OnEventDefinition
Returns:
the list of from parts

getMessageExchange

public String getMessageExchange()
Specified by:
getMessageExchange in interface OnEventDefinition
Returns:
the message exchange

getOperation

public String getOperation()
Specified by:
getOperation in interface OnEventDefinition
Returns:
the operation

getPartnerLink

public String getPartnerLink()
Specified by:
getPartnerLink in interface OnEventDefinition
Returns:
the partner link

getPortType

public QName getPortType()
Specified by:
getPortType in interface OnEventDefinition
Returns:
the port type

getVariable

public String getVariable()
Specified by:
getVariable in interface OnEventDefinition
Returns:
the variable

copy

public OnEventDefinition copy()
Specified by:
copy in interface CopyAble<OnEventDefinition>

getActivityDefinitionUUID

public ActivityDefinitionUUID getActivityDefinitionUUID()
Specified by:
getActivityDefinitionUUID in interface OnEventDefinition
Returns:
the UUID of the activity enclosed in the onMessage element


Copyright © 2011 OW2 Consortium. All Rights Reserved.