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

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.BpelActivityWithSingleChildDefinitionImpl
                  extended by org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, ScopeActivityDefinition, Record
Direct Known Subclasses:
ProcessDefinitionImpl

public class ScopeActivityDefinitionImpl
extends BpelActivityWithSingleChildDefinitionImpl
implements ScopeActivityDefinition

Author:
Alfonso Fuca, S. Ali Tokmen
See Also:
Serialized Form

Field Summary
protected  ActivityDefinitionUUID compensationHandlerUUID
           
protected  java.util.List<ActivityDefinitionUUID> faultHandlerUUIDs
           
protected  ActivityDefinitionUUID terminationHandlerUUID
           
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
enclosedActivityUUID
 
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
ScopeActivityDefinitionImpl(ScopeActivityDefinition record)
           
 
Method Summary
 ActivityDefinitionUUID getCompensationHandlerDefinitionUUID()
           
 java.util.List<CorrelationSetDefinition> getCorrelationSets()
           
 boolean getExitOnStandardFault()
           
 java.util.List<ActivityDefinitionUUID> getFaultHandlerUUIDs()
           
 java.util.List<java.lang.String> getMessageExchanges()
           
 java.util.List<PartnerLinkDefinition> getPartnerLinks()
           
 ActivityDefinitionUUID getTerminationHandlerDefinitionUUID()
           
 ActivityType getType()
          Get the type of the activity definition.
 java.util.List<VariableDefinition> getVariables()
           
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
getEnclosedActivityUUID
 
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.BpelActivityWithSingleChildDefinition
getEnclosedActivityUUID
 
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
 

Field Detail

faultHandlerUUIDs

protected java.util.List<ActivityDefinitionUUID> faultHandlerUUIDs

terminationHandlerUUID

protected ActivityDefinitionUUID terminationHandlerUUID

compensationHandlerUUID

protected ActivityDefinitionUUID compensationHandlerUUID
Constructor Detail

ScopeActivityDefinitionImpl

public ScopeActivityDefinitionImpl(ScopeActivityDefinition record)
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)

getExitOnStandardFault

public boolean getExitOnStandardFault()
Specified by:
getExitOnStandardFault in interface ScopeActivityDefinition
Returns:
the value of ExitOnStandardFault attribute

getVariables

public java.util.List<VariableDefinition> getVariables()
Specified by:
getVariables in interface ScopeActivityDefinition
Returns:
the set of variables of the scope

getCorrelationSets

public java.util.List<CorrelationSetDefinition> getCorrelationSets()
Specified by:
getCorrelationSets in interface ScopeActivityDefinition
Returns:
the set of correlations of the scope

getPartnerLinks

public java.util.List<PartnerLinkDefinition> getPartnerLinks()
Specified by:
getPartnerLinks in interface ScopeActivityDefinition
Returns:
the set of partner links of the scope

getMessageExchanges

public java.util.List<java.lang.String> getMessageExchanges()
Specified by:
getMessageExchanges in interface ScopeActivityDefinition
Returns:
the set of partner links of the scope

getFaultHandlerUUIDs

public java.util.List<ActivityDefinitionUUID> getFaultHandlerUUIDs()
Specified by:
getFaultHandlerUUIDs in interface ScopeActivityDefinition
Returns:
the list of fault handlers of the scope

getTerminationHandlerDefinitionUUID

public ActivityDefinitionUUID getTerminationHandlerDefinitionUUID()
Specified by:
getTerminationHandlerDefinitionUUID in interface ScopeActivityDefinition
Returns:
the termination handler of the scope

getCompensationHandlerDefinitionUUID

public ActivityDefinitionUUID getCompensationHandlerDefinitionUUID()
Specified by:
getCompensationHandlerDefinitionUUID in interface ScopeActivityDefinition
Returns:
the compensation handler of the scope


Copyright © 2009 OW2 Consortium. All Rights Reserved.