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, org.ow2.bonita.facade.runtime.StateUpdate, org.ow2.bonita.facade.runtime.Update

public class StateUpdateImpl
extends UpdateImpl
implements org.ow2.bonita.facade.runtime.StateUpdate

See Also:
Serialized Form

Field Summary
protected  org.ow2.bonita.facade.runtime.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, org.ow2.bonita.facade.runtime.ActivityState finalState, org.ow2.bonita.facade.runtime.ActivityState initialState, java.lang.String updateUserId)
           
  StateUpdateImpl(org.ow2.bonita.facade.runtime.StateUpdate src)
           
 
Method Summary
 org.ow2.bonita.facade.runtime.ActivityState getFinalState()
           
 org.ow2.bonita.facade.runtime.ActivityState getInitialState()
           
 
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 org.ow2.bonita.facade.runtime.ActivityState initialState
Constructor Detail

StateUpdateImpl

protected StateUpdateImpl()

StateUpdateImpl

public StateUpdateImpl(java.util.Date date,
                       org.ow2.bonita.facade.runtime.ActivityState finalState,
                       org.ow2.bonita.facade.runtime.ActivityState initialState,
                       java.lang.String updateUserId)

StateUpdateImpl

public StateUpdateImpl(org.ow2.bonita.facade.runtime.StateUpdate src)
Method Detail

getFinalState

public org.ow2.bonita.facade.runtime.ActivityState getFinalState()

getInitialState

public org.ow2.bonita.facade.runtime.ActivityState getInitialState()
Specified by:
getInitialState in interface org.ow2.bonita.facade.runtime.StateUpdate


Copyright © 2009 OW2 Consortium. All Rights Reserved.