org.ow2.orchestra.facade.def
Interface InvokeActivityDefinition

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

public interface InvokeActivityDefinition
extends BpelActivityDefinition

Author:
Gael Lalire

Method Summary
 List<CorrelationDefinition> getCorrelationDefinitions()
           
 List<FromPartDefinition> getFromPartDefinitions()
           
 String getInputVariable()
           
 String getOperation()
           
 String getOutputVariable()
           
 String getPartnerLink()
           
 QName getPortType()
           
 List<ToPartDefinition> getToPartDefinitions()
           
 
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

getOperation

String getOperation()
Returns:
the operation

getInputVariable

String getInputVariable()
Returns:
the input variable

getOutputVariable

String getOutputVariable()
Returns:
the output variable

getPortType

QName getPortType()
Returns:
the port type

getCorrelationDefinitions

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

getToPartDefinitions

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

getFromPartDefinitions

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


Copyright © 2011 OW2 Consortium. All Rights Reserved.