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

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.ReplyActivityDefinitionImpl
All Implemented Interfaces:
Serializable, ActivityDefinition, BpelActivityDefinition, DefinitionRecord, ReplyActivityDefinition, Record

public class ReplyActivityDefinitionImpl
extends BpelActivityDefinitionImpl
implements ReplyActivityDefinition

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
documentation, uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
ReplyActivityDefinitionImpl(ReplyActivityDefinition replyActivityDefinition)
           
 
Method Summary
 List<CorrelationDefinition> getCorrelationDefinitions()
           
 QName getFaultName()
           
 String getMessageExchange()
           
 String getOperation()
           
 String getPartnerLink()
           
 QName getPortType()
           
 List<ToPartDefinition> getToPartDefinitions()
           
 ActivityType getType()
          Get the type of the activity definition.
 String getVariable()
           
 
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
getDocumentation, 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
getDocumentation, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Constructor Detail

ReplyActivityDefinitionImpl

public ReplyActivityDefinitionImpl(ReplyActivityDefinition replyActivityDefinition)
Method Detail

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)

getMessageExchange

public String getMessageExchange()
Specified by:
getMessageExchange in interface ReplyActivityDefinition
Returns:
the message exchange

getOperation

public String getOperation()
Specified by:
getOperation in interface ReplyActivityDefinition
Returns:
the operation

getPartnerLink

public String getPartnerLink()
Specified by:
getPartnerLink in interface ReplyActivityDefinition
Returns:
the partner link

getPortType

public QName getPortType()
Specified by:
getPortType in interface ReplyActivityDefinition
Returns:
the port type

getVariable

public String getVariable()
Specified by:
getVariable in interface ReplyActivityDefinition
Returns:
the variable name

getCorrelationDefinitions

public List<CorrelationDefinition> getCorrelationDefinitions()
Specified by:
getCorrelationDefinitions in interface ReplyActivityDefinition
Returns:
the list of correlation definitions

getToPartDefinitions

public List<ToPartDefinition> getToPartDefinitions()
Specified by:
getToPartDefinitions in interface ReplyActivityDefinition
Returns:
the list of correlation definitions

getFaultName

public QName getFaultName()
Specified by:
getFaultName in interface ReplyActivityDefinition
Returns:
the faultName


Copyright © 2011 OW2 Consortium. All Rights Reserved.