org.ow2.orchestra.facade.runtime.impl
Class FlowActivityInstanceImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
      extended by org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
          extended by org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl
              extended by org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
All Implemented Interfaces:
java.io.Serializable, Record, ActivityInstance, ActivityWithChildrenInstance, FlowActivityInstance, RuntimeRecord

public class FlowActivityInstanceImpl
extends ActivityWithChildrenInstanceImpl
implements FlowActivityInstance

Author:
Gael Lalire
See Also:
Serialized Form

Field Summary
protected  java.util.List<TransitionConditionUpdate> transitionConditionUpdateList
          list of links of the flow.
 
Fields inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl
enclosedActivitiesUUID
 
Fields inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
definitionUUID, lastException, uuid
 
Fields inherited from class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
activityState, endedDate, instanceUUID, processUUID, startedDate
 
Constructor Summary
FlowActivityInstanceImpl(FlowActivityInstance record)
           
 
Method Summary
 java.util.List<TransitionConditionUpdate> getTransitionConditionUpdateList()
           
 ActivityType getType()
          Get the type of the activity instance.
 
Methods inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl
getEnclosedActivitiesUUID
 
Methods inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
equals, getDefinitionUUID, getLastException, getUUID, hashCode, toString
 
Methods inherited from class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
end, getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityWithChildrenInstance
getEnclosedActivitiesUUID
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityInstance
getDefinitionUUID, getLastException, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.RuntimeRecord
getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState
 

Field Detail

transitionConditionUpdateList

protected java.util.List<TransitionConditionUpdate> transitionConditionUpdateList
list of links of the flow.

Constructor Detail

FlowActivityInstanceImpl

public FlowActivityInstanceImpl(FlowActivityInstance record)
Method Detail

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 java.util.List<TransitionConditionUpdate> getTransitionConditionUpdateList()
Specified by:
getTransitionConditionUpdateList in interface FlowActivityInstance


Copyright © 2009 OW2 Consortium. All Rights Reserved.