org.ow2.orchestra.facade.runtime
Interface ForeachActivityInstance

All Superinterfaces:
ActivityInstance, ActivityWithChildrenInstance, Record, RuntimeRecord, java.io.Serializable
All Known Implementing Classes:
ForeachActivityInstanceImpl

public interface ForeachActivityInstance
extends ActivityWithChildrenInstance

Foreach is a subtype of activity

Author:
Gael Lalire

Method Summary
 java.lang.Integer getCompletionConditionValue()
           
 int getStartValue()
           
 int getStopValue()
           
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityWithChildrenInstance
getEnclosedActivitiesUUID
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityInstance
getDefinitionUUID, getLastException, getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.RuntimeRecord
getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState
 

Method Detail

getStartValue

int getStartValue()

getStopValue

int getStopValue()

getCompletionConditionValue

java.lang.Integer getCompletionConditionValue()


Copyright © 2009 OW2 Consortium. All Rights Reserved.