org.ow2.orchestra.facade.def.impl
Class WaitActivityDefinitionImpl
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.WaitActivityDefinitionImpl
- All Implemented Interfaces:
- Serializable, ActivityDefinition, BpelActivityDefinition, DefinitionRecord, WaitActivityDefinition, Record
public class WaitActivityDefinitionImpl
- extends BpelActivityDefinitionImpl
- implements WaitActivityDefinition
- Author:
- Alfonso Fuca
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaitActivityDefinitionImpl
public WaitActivityDefinitionImpl(WaitActivityDefinition src)
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)
getForDefinition
public ForDefinition getForDefinition()
- Specified by:
getForDefinition
in interface WaitActivityDefinition
- Returns:
- the for definition
getUntilDefinition
public UntilDefinition getUntilDefinition()
- Specified by:
getUntilDefinition
in interface WaitActivityDefinition
- Returns:
- the until definition
Copyright © 2011 OW2 Consortium. All Rights Reserved.