org.ow2.orchestra.facade.def
Interface InvokeActivityDefinition
- All Superinterfaces:
- ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record, java.io.Serializable
public interface InvokeActivityDefinition
- extends BpelActivityDefinition
- Author:
- Gael Lalire
getPartnerLink
java.lang.String getPartnerLink()
- Returns:
- the partner link
getOperation
java.lang.String getOperation()
- Returns:
- the operation
getInputVariable
java.lang.String getInputVariable()
- Returns:
- the input variable
getOutputVariable
java.lang.String getOutputVariable()
- Returns:
- the output variable
getPortType
javax.xml.namespace.QName getPortType()
- Returns:
- the port type
getCorrelationDefinitions
java.util.List<CorrelationDefinition> getCorrelationDefinitions()
- Returns:
- the list of correlation definitions
getToPartDefinitions
java.util.List<ToPartDefinition> getToPartDefinitions()
- Returns:
- the list of part definitions
getFromPartDefinitions
java.util.List<FromPartDefinition> getFromPartDefinitions()
- Returns:
- the list of from part definitions
Copyright © 2009 OW2 Consortium. All Rights Reserved.