org.ow2.orchestra.facade.def
Interface WaitActivityDefinition

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

public interface WaitActivityDefinition
extends BpelActivityDefinition

Author:
Alfonso Fuca

Method Summary
 ForDefinition getForDefinition()
           
 UntilDefinition getUntilDefinition()
           
 
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

getForDefinition

ForDefinition getForDefinition()
Returns:
the for definition

getUntilDefinition

UntilDefinition getUntilDefinition()
Returns:
the until definition


Copyright © 2011 OW2 Consortium. All Rights Reserved.