org.ow2.orchestra.facade.def
Interface ThrowActivityDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record, Serializable
All Known Implementing Classes:
ThrowActivityDefinitionImpl

public interface ThrowActivityDefinition
extends BpelActivityDefinition

Author:
S. Ali Tokmen

Method Summary
 QName getFaultName()
           
 String getFaultVariable()
           
 
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

getFaultName

QName getFaultName()
Returns:
The faultName attribute of the throw activity (mandatory).

getFaultVariable

String getFaultVariable()
Returns:
The faultVariable attribute of the throw activity (optional).


Copyright © 2011 OW2 Consortium. All Rights Reserved.