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, 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
|
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)
|
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 |
initialState
protected org.ow2.bonita.facade.runtime.ActivityState initialState
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)
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.