org.ow2.orchestra.facade.def
Interface ReceiveActivityDefinition

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

public interface ReceiveActivityDefinition
extends BpelActivityDefinition

Author:
Alfonso Fuca

Method Summary
 List<CorrelationDefinition> getCorrelationDefinitions()
           
 List<FromPartDefinition> getFromPartDefinitions()
           
 String getMessageExchange()
           
 String getOperation()
           
 String getPartnerLink()
           
 QName getPortType()
           
 String getVariable()
           
 boolean isCreateInstance()
           
 
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

isCreateInstance

boolean isCreateInstance()
Returns:
the value of createInstance attribute

getMessageExchange

String getMessageExchange()
Returns:
the message exchange

getVariable

String getVariable()
Returns:
the variable name

getCorrelationDefinitions

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

getFromPartDefinitions

List<FromPartDefinition> getFromPartDefinitions()
Returns:
the list of correlation definitions


Copyright © 2011 OW2 Consortium. All Rights Reserved.