org.ow2.bonita.facade.runtime.impl
Class InstanceStateUpdateImpl
java.lang.Object
org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.bonita.facade.runtime.InstanceStateUpdate
public class InstanceStateUpdateImpl
- extends java.lang.Object
- implements org.ow2.bonita.facade.runtime.InstanceStateUpdate
- Author:
- Guillaume Porcher
- See Also:
- Serialized Form
Field Summary |
protected org.ow2.bonita.facade.runtime.InstanceState |
currentState
|
protected java.util.Date |
date
date at update |
protected long |
dbid
|
protected org.ow2.bonita.facade.runtime.InstanceState |
initialState
|
protected java.lang.String |
updateUserId
User that performs the update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dbid
protected long dbid
date
protected java.util.Date date
- date at update
updateUserId
protected java.lang.String updateUserId
- User that performs the update
initialState
protected org.ow2.bonita.facade.runtime.InstanceState initialState
currentState
protected org.ow2.bonita.facade.runtime.InstanceState currentState
InstanceStateUpdateImpl
protected InstanceStateUpdateImpl()
InstanceStateUpdateImpl
public InstanceStateUpdateImpl(java.util.Date date,
java.lang.String updateUserId,
org.ow2.bonita.facade.runtime.InstanceState initialState,
org.ow2.bonita.facade.runtime.InstanceState currentState)
InstanceStateUpdateImpl
public InstanceStateUpdateImpl(org.ow2.bonita.facade.runtime.InstanceStateUpdate src)
getInitialInstanceState
public org.ow2.bonita.facade.runtime.InstanceState getInitialInstanceState()
- Specified by:
getInitialInstanceState
in interface org.ow2.bonita.facade.runtime.InstanceStateUpdate
getInstanceState
public org.ow2.bonita.facade.runtime.InstanceState getInstanceState()
- Specified by:
getInstanceState
in interface org.ow2.bonita.facade.runtime.InstanceStateUpdate
getUpdatedBy
public java.lang.String getUpdatedBy()
- Specified by:
getUpdatedBy
in interface org.ow2.bonita.facade.runtime.InstanceStateUpdate
getUpdatedDate
public java.util.Date getUpdatedDate()
- Specified by:
getUpdatedDate
in interface org.ow2.bonita.facade.runtime.InstanceStateUpdate
Copyright © 2009 OW2 Consortium. All Rights Reserved.