org.ow2.orchestra.facade.def
Interface ReceiveActivityDefinition

All Superinterfaces:
ActivityDefinition, DefinitionRecord, Record, java.io.Serializable

public interface ReceiveActivityDefinition
extends ActivityDefinition

Author:
Alfonso Fuca

Method Summary
 java.util.List<CorrelationDefinition> getCorrelationDefinitions()
           
 java.util.List<FromPartDefinition> getFromPartDefinitions()
           
 java.lang.String getMessageExchange()
           
 java.lang.String getOperation()
           
 java.lang.String getPartnerLink()
           
 javax.xml.namespace.QName getPortType()
           
 java.lang.String getVariable()
           
 boolean isCreateInstance()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, getType, getUUID, isSuppressJoinFailure
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getPartnerLink

java.lang.String getPartnerLink()
Returns:
the partner link

getPortType

javax.xml.namespace.QName getPortType()
Returns:
the port type

getOperation

java.lang.String getOperation()
Returns:
the operation

isCreateInstance

boolean isCreateInstance()
Returns:
the value of createInstance attribute

getMessageExchange

java.lang.String getMessageExchange()
Returns:
the message exchange

getVariable

java.lang.String getVariable()
Returns:
the variable name

getCorrelationDefinitions

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

getFromPartDefinitions

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.