org.ow2.bonita.facade.runtime.impl
Class StateUpdateImpl

java.lang.Object
  extended by org.ow2.bonita.facade.runtime.impl.UpdateImpl
      extended by org.ow2.bonita.facade.runtime.impl.StateUpdateImpl
All Implemented Interfaces:
java.io.Serializable, StateUpdate, Update

public class StateUpdateImpl
extends UpdateImpl
implements StateUpdate

See Also:
Serialized Form

Field Summary
protected  ActivityState initialState
           
 
Fields inherited from class org.ow2.bonita.facade.runtime.impl.UpdateImpl
date, dbid, LOG, state, updateUserId
 
Constructor Summary
protected StateUpdateImpl()
           
  StateUpdateImpl(java.util.Date date, ActivityState finalState, ActivityState initialState, java.lang.String updateUserId)
           
  StateUpdateImpl(StateUpdate src)
           
 
Method Summary
 ActivityState getFinalState()
           
 ActivityState getInitialState()
          Returns the initial state.
 
Methods inherited from class org.ow2.bonita.facade.runtime.impl.UpdateImpl
getActivityState, getUpdatedBy, getUpdatedDate, logClockInconsistency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.bonita.facade.runtime.Update
getActivityState, getUpdatedBy, getUpdatedDate
 

Field Detail

initialState

protected ActivityState initialState
Constructor Detail

StateUpdateImpl

protected StateUpdateImpl()

StateUpdateImpl

public StateUpdateImpl(java.util.Date date,
                       ActivityState finalState,
                       ActivityState initialState,
                       java.lang.String updateUserId)

StateUpdateImpl

public StateUpdateImpl(StateUpdate src)
Method Detail

getFinalState

public ActivityState getFinalState()

getInitialState

public ActivityState getInitialState()
Description copied from interface: StateUpdate
Returns the initial state.

Specified by:
getInitialState in interface StateUpdate
Returns:
The initial state.


Copyright © 2009 OW2 Consortium. All Rights Reserved.