org.ow2.orchestra.facade.def
Interface ScopeActivityDefinition

All Superinterfaces:
ActivityDefinition, ActivityWithSingleChildDefinition, DefinitionRecord, Record, java.io.Serializable
All Known Subinterfaces:
ProcessDefinition

public interface ScopeActivityDefinition
extends ActivityWithSingleChildDefinition


Method Summary
 java.util.List<CorrelationSetDefinition> getCorrelationSets()
           
 boolean getExitOnStandardFault()
           
 java.util.List<java.lang.String> getMessageExchanges()
           
 java.util.List<PartnerLinkDefinition> getPartnerLinks()
           
 java.util.List<VariableDefinition> getVariables()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityWithSingleChildDefinition
getEnclosedActivityUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, getType, getUUID, isSuppressJoinFailure
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getExitOnStandardFault

boolean getExitOnStandardFault()
Returns:
the value of ExitOnStandardFault attribute

getVariables

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

getCorrelationSets

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

getPartnerLinks

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

getMessageExchanges

java.util.List<java.lang.String> getMessageExchanges()
Returns:
the set of partner links of the scope


Copyright © 2009 OW2 Consortium. All Rights Reserved.