org.ow2.orchestra.facade.runtime.impl
Class FlowActivityInstanceImpl
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.FlowActivityInstanceImpl
- All Implemented Interfaces:
- Serializable, Record, ActivityInstance, ActivityWithChildrenInstance, FlowActivityInstance, RuntimeRecord
public class FlowActivityInstanceImpl
- extends ActivityWithChildrenInstanceImpl
- implements FlowActivityInstance
- Author:
- Gael Lalire
- See Also:
- Serialized Form
transitionConditionUpdateList
protected List<TransitionConditionUpdate> transitionConditionUpdateList
- list of links of the flow.
FlowActivityInstanceImpl
protected FlowActivityInstanceImpl()
FlowActivityInstanceImpl
public FlowActivityInstanceImpl(FlowActivityInstance 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)
getTransitionConditionUpdateList
public List<TransitionConditionUpdate> getTransitionConditionUpdateList()
- Specified by:
getTransitionConditionUpdateList in interface FlowActivityInstance
Copyright © 2012 OW2 Consortium. All Rights Reserved.