org.ow2.bonita.facade.runtime.impl
Class UpdateImpl
java.lang.Object
org.ow2.bonita.facade.runtime.impl.UpdateImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.bonita.facade.runtime.Update
- Direct Known Subclasses:
- AssignUpdateImpl, StateUpdateImpl
public abstract class UpdateImpl
- extends java.lang.Object
- implements org.ow2.bonita.facade.runtime.Update
- See Also:
- Serialized Form
Field Summary |
protected java.util.Date |
date
|
protected long |
dbid
|
protected static java.util.logging.Logger |
LOG
|
protected org.ow2.bonita.facade.runtime.ActivityState |
state
date at update |
protected java.lang.String |
updateUserId
User that performs the update |
Constructor Summary |
protected |
UpdateImpl()
|
|
UpdateImpl(java.util.Date date,
org.ow2.bonita.facade.runtime.ActivityState state,
java.lang.String updateUserId)
|
|
UpdateImpl(org.ow2.bonita.facade.runtime.Update src)
|
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
state
protected org.ow2.bonita.facade.runtime.ActivityState state
- date at update
updateUserId
protected java.lang.String updateUserId
- User that performs the update
LOG
protected static java.util.logging.Logger LOG
UpdateImpl
protected UpdateImpl()
UpdateImpl
public UpdateImpl(java.util.Date date,
org.ow2.bonita.facade.runtime.ActivityState state,
java.lang.String updateUserId)
UpdateImpl
public UpdateImpl(org.ow2.bonita.facade.runtime.Update src)
getUpdatedDate
public java.util.Date getUpdatedDate()
- Specified by:
getUpdatedDate
in interface org.ow2.bonita.facade.runtime.Update
getActivityState
public org.ow2.bonita.facade.runtime.ActivityState getActivityState()
- Specified by:
getActivityState
in interface org.ow2.bonita.facade.runtime.Update
getUpdatedBy
public java.lang.String getUpdatedBy()
- Specified by:
getUpdatedBy
in interface org.ow2.bonita.facade.runtime.Update
logClockInconsistency
public static void logClockInconsistency()
Copyright © 2009 OW2 Consortium. All Rights Reserved.