org.ow2.orchestra.facade.def
Interface PickActivityDefinition

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

public interface PickActivityDefinition
extends BpelActivityDefinition


Method Summary
 List<? extends OnAlarmDefinition> getOnAlarmDefinitionList()
           
 List<? extends OnMessageDefinition> getOnMessageDefinitionList()
           
 boolean isCreateInstance()
           
 
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

isCreateInstance

boolean isCreateInstance()
Returns:
the value of create instance attribute

getOnMessageDefinitionList

List<? extends OnMessageDefinition> getOnMessageDefinitionList()
Returns:
the list of onMessage elements

getOnAlarmDefinitionList

List<? extends OnAlarmDefinition> getOnAlarmDefinitionList()
Returns:
the list of onAlarm elements


Copyright © 2011 OW2 Consortium. All Rights Reserved.