org.ow2.orchestra.facade.runtime.impl
Class ForeachActivityInstanceImpl
java.lang.Object
org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl
org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
- All Implemented Interfaces:
- Serializable, Record, ActivityInstance, ActivityWithChildrenInstance, ForeachActivityInstance, RuntimeRecord
public class ForeachActivityInstanceImpl
- extends ActivityWithChildrenInstanceImpl
- implements ForeachActivityInstance
- Author:
- Gael Lalire
- See Also:
- Serialized Form
ForeachActivityInstanceImpl
protected ForeachActivityInstanceImpl()
ForeachActivityInstanceImpl
public ForeachActivityInstanceImpl(ForeachActivityInstance record)
getType
public ActivityType getType()
- Description copied from interface:
ActivityInstance
- Get the type of the activity instance. Types are defined in
ActivityType
- Specified by:
getType
in interface ActivityInstance
- Returns:
- the type of the activity (corresponding to
ActivityType
)
getCompletionConditionValue
public Integer getCompletionConditionValue()
- Specified by:
getCompletionConditionValue
in interface ForeachActivityInstance
getStartValue
public int getStartValue()
- Specified by:
getStartValue
in interface ForeachActivityInstance
getStopValue
public int getStopValue()
- Specified by:
getStopValue
in interface ForeachActivityInstance
Copyright © 2011 OW2 Consortium. All Rights Reserved.