|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.facade.runtime.impl.UpdateImpl
public abstract class UpdateImpl
Field Summary | |
---|---|
protected java.util.Date |
date
|
protected long |
dbid
|
protected static java.util.logging.Logger |
LOG
|
protected ActivityState |
state
date at update |
protected java.lang.String |
updateUserId
User that performs the update |
Constructor Summary | |
---|---|
protected |
UpdateImpl()
|
|
UpdateImpl(java.util.Date date,
ActivityState state,
java.lang.String updateUserId)
|
|
UpdateImpl(Update src)
|
Method Summary | |
---|---|
ActivityState |
getActivityState()
Returns the state at assignment. |
java.lang.String |
getUpdatedBy()
Returns the user Id who made the update. |
java.util.Date |
getUpdatedDate()
Returns the date of the update. |
static void |
logClockInconsistency()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long dbid
protected java.util.Date date
protected ActivityState state
protected java.lang.String updateUserId
protected static java.util.logging.Logger LOG
Constructor Detail |
---|
protected UpdateImpl()
public UpdateImpl(java.util.Date date, ActivityState state, java.lang.String updateUserId)
public UpdateImpl(Update src)
Method Detail |
---|
public java.util.Date getUpdatedDate()
Update
getUpdatedDate
in interface Update
public ActivityState getActivityState()
Update
getActivityState
in interface Update
public java.lang.String getUpdatedBy()
Update
getUpdatedBy
in interface Update
public static void logClockInconsistency()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |