org.ow2.orchestra.facade.def.impl
Class ThrowActivityDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.ThrowActivityDefinitionImpl
- All Implemented Interfaces:
- Serializable, ActivityDefinition, BpelActivityDefinition, DefinitionRecord, ThrowActivityDefinition, Record
public class ThrowActivityDefinitionImpl
- extends BpelActivityDefinitionImpl
- implements ThrowActivityDefinition
- Author:
- S. Ali Tokmen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowActivityDefinitionImpl
public ThrowActivityDefinitionImpl(ThrowActivityDefinition activityDefinition)
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)
getFaultName
public QName getFaultName()
- Specified by:
getFaultName
in interface ThrowActivityDefinition
- Returns:
- The faultName attribute of the throw activity (mandatory).
getFaultVariable
public String getFaultVariable()
- Specified by:
getFaultVariable
in interface ThrowActivityDefinition
- Returns:
- The faultVariable attribute of the throw activity (optional).
Copyright © 2011 OW2 Consortium. All Rights Reserved.