org.ow2.bonita.facade.runtime.impl
Class StateUpdateImpl
java.lang.Object
org.ow2.bonita.facade.runtime.impl.UpdateImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initialState
protected ActivityState initialState
StateUpdateImpl
protected StateUpdateImpl()
StateUpdateImpl
public StateUpdateImpl(java.util.Date date,
ActivityState finalState,
ActivityState initialState,
java.lang.String updateUserId)
StateUpdateImpl
public StateUpdateImpl(StateUpdate src)
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.