org.ow2.orchestra.facade.def
Interface ScopeActivityDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, Record, Serializable
All Known Subinterfaces:
ProcessDefinition
All Known Implementing Classes:
ProcessDefinitionImpl, ScopeActivityDefinitionImpl

public interface ScopeActivityDefinition
extends BpelActivityWithSingleChildDefinition

Author:
Alfonso Fuca, S. Ali Tokmen

Method Summary
 ActivityDefinitionUUID getCompensationHandlerDefinitionUUID()
           
 List<CorrelationSetDefinition> getCorrelationSets()
           
 boolean getExitOnStandardFault()
           
 List<ActivityDefinitionUUID> getFaultHandlerUUIDs()
           
 List<String> getMessageExchanges()
           
 List<? extends OnAlarmDefinition> getOnAlarmEventHandlers()
           
 List<? extends OnEventDefinition> getOnEventEventHandlers()
           
 List<PartnerLinkDefinition> getPartnerLinks()
           
 ActivityDefinitionUUID getTerminationHandlerDefinitionUUID()
           
 List<VariableDefinition> getVariables()
           
 
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
getDocumentation, getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getExitOnStandardFault

boolean getExitOnStandardFault()
Returns:
the value of ExitOnStandardFault attribute

getVariables

List<VariableDefinition> getVariables()
Returns:
the set of variables of the scope

getCorrelationSets

List<CorrelationSetDefinition> getCorrelationSets()
Returns:
the set of correlations of the scope

getPartnerLinks

List<PartnerLinkDefinition> getPartnerLinks()
Returns:
the set of partner links of the scope

getMessageExchanges

List<String> getMessageExchanges()
Returns:
the set of partner links of the scope

getFaultHandlerUUIDs

List<ActivityDefinitionUUID> getFaultHandlerUUIDs()
Returns:
the list of fault handlers of the scope

getTerminationHandlerDefinitionUUID

ActivityDefinitionUUID getTerminationHandlerDefinitionUUID()
Returns:
the termination handler of the scope

getCompensationHandlerDefinitionUUID

ActivityDefinitionUUID getCompensationHandlerDefinitionUUID()
Returns:
the compensation handler of the scope

getOnEventEventHandlers

List<? extends OnEventDefinition> getOnEventEventHandlers()
Returns:
the list of event handlers of the scope

getOnAlarmEventHandlers

List<? extends OnAlarmDefinition> getOnAlarmEventHandlers()


Copyright © 2011 OW2 Consortium. All Rights Reserved.