org.ow2.orchestra.facade.def
Interface ReplyActivityDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record, Serializable
All Known Implementing Classes:
ReplyActivityDefinitionImpl

public interface ReplyActivityDefinition
extends BpelActivityDefinition

Author:
Alfonso Fuca

Method Summary
 List<CorrelationDefinition> getCorrelationDefinitions()
           
 QName getFaultName()
           
 String getMessageExchange()
           
 String getOperation()
           
 String getPartnerLink()
           
 QName getPortType()
           
 List<ToPartDefinition> getToPartDefinitions()
           
 String getVariable()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.BpelActivityDefinition
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getDocumentation, getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getPartnerLink

String getPartnerLink()
Returns:
the partner link

getPortType

QName getPortType()
Returns:
the port type

getOperation

String getOperation()
Returns:
the operation

getMessageExchange

String getMessageExchange()
Returns:
the message exchange

getVariable

String getVariable()
Returns:
the variable name

getFaultName

QName getFaultName()
Returns:
the faultName

getCorrelationDefinitions

List<CorrelationDefinition> getCorrelationDefinitions()
Returns:
the list of correlation definitions

getToPartDefinitions

List<ToPartDefinition> getToPartDefinitions()
Returns:
the list of correlation definitions


Copyright © 2011 OW2 Consortium. All Rights Reserved.