org.ow2.orchestra.facade.def
Interface ThrowActivityDefinition

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

public interface ThrowActivityDefinition
extends BpelActivityDefinition

Author:
S. Ali Tokmen

Method Summary
 javax.xml.namespace.QName getFaultName()
           
 java.lang.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
getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getFaultName

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

getFaultVariable

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.