org.ow2.orchestra.facade.def.impl
Class InvokeDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
      extended by org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
          extended by org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
              extended by org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, ActivityDefinition, BpelActivityDefinition, DefinitionRecord, InvokeActivityDefinition, Record

public class InvokeDefinitionImpl
extends BpelActivityDefinitionImpl
implements InvokeActivityDefinition

Author:
Gael Lalire
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
sourceList, suppressJoinFailure, targetList, targetsJoinConditionBooleanExpression, targetsJoinConditionExpressionLanguage
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
InvokeDefinitionImpl(InvokeActivityDefinition invokeDefinition)
           
 
Method Summary
 InvokeActivityDefinition copy()
           
 java.util.List<CorrelationDefinition> getCorrelationDefinitions()
           
 java.util.List<FromPartDefinition> getFromPartDefinitions()
           
 java.lang.String getInputVariable()
           
 java.lang.String getOperation()
           
 java.lang.String getOutputVariable()
           
 java.lang.String getPartnerLink()
           
 javax.xml.namespace.QName getPortType()
           
 java.util.List<ToPartDefinition> getToPartDefinitions()
           
 ActivityType getType()
          Get the type of the activity definition.
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
getUUID
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
getName, getProcessDefinitionUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Constructor Detail

InvokeDefinitionImpl

public InvokeDefinitionImpl(InvokeActivityDefinition invokeDefinition)
Method Detail

copy

public InvokeActivityDefinition copy()

getCorrelationDefinitions

public java.util.List<CorrelationDefinition> getCorrelationDefinitions()
Specified by:
getCorrelationDefinitions in interface InvokeActivityDefinition
Returns:
the correlationDefinitions

getFromPartDefinitions

public java.util.List<FromPartDefinition> getFromPartDefinitions()
Specified by:
getFromPartDefinitions in interface InvokeActivityDefinition
Returns:
the fromPartDefinitions

getInputVariable

public java.lang.String getInputVariable()
Specified by:
getInputVariable in interface InvokeActivityDefinition
Returns:
the inputVariable

getOutputVariable

public java.lang.String getOutputVariable()
Specified by:
getOutputVariable in interface InvokeActivityDefinition
Returns:
the outputVariable

getOperation

public java.lang.String getOperation()
Specified by:
getOperation in interface InvokeActivityDefinition
Returns:
the operation

getToPartDefinitions

public java.util.List<ToPartDefinition> getToPartDefinitions()
Specified by:
getToPartDefinitions in interface InvokeActivityDefinition
Returns:
the toPartDefinitions

getPortType

public javax.xml.namespace.QName getPortType()
Specified by:
getPortType in interface InvokeActivityDefinition
Returns:
the portType

getType

public ActivityType getType()
Description copied from interface: ActivityDefinition
Get the type of the activity definition. Types are defined in ActivityType.class.

Specified by:
getType in interface ActivityDefinition
Returns:
the type of the activity (corresponding to ActivityType.class)

getPartnerLink

public java.lang.String getPartnerLink()
Specified by:
getPartnerLink in interface InvokeActivityDefinition
Returns:
the partnerLink


Copyright © 2009 OW2 Consortium. All Rights Reserved.