|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdatableHistoryStep
| Method Summary | |
|---|---|
void |
setAction(String action)
Set the action name logged in this History step |
void |
setActionDate(Date actionDate)
Set the date when the action has been done |
void |
setActionStatus(int actionStatus)
Set the resulting status of action logged in this history step -1 : Process failed 0 : To Be Processed 1 : Processed 2 : Affectations Done |
void |
setProcessInstance(ProcessInstance processInstance)
Set the process instance |
void |
setResolvedState(String state)
Set the name of state that has been resolved |
void |
setResultingState(String state)
Set the name of state that must result from logged action |
void |
setUserId(String userId)
Set the actor id of the action logged in this History step |
void |
setUserRoleName(String userRoleName)
Set the role under which the user did the action |
| Methods inherited from interface com.silverpeas.workflow.api.instance.HistoryStep |
|---|
deleteActionRecord, getAction, getActionDate, getActionRecord, getActionStatus, getId, getProcessInstance, getResolvedState, getResultingState, getUser, getUserRoleName, setActionRecord |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void setProcessInstance(ProcessInstance processInstance)
instance - process instancevoid setUserId(String userId)
userId - the actor idvoid setAction(String action)
action - the action namevoid setActionDate(Date actionDate)
actionDate - the action datevoid setResolvedState(String state)
state - the resolved state namevoid setResultingState(String state)
state - state namevoid setActionStatus(int actionStatus)
actionStatus - action statusvoid setUserRoleName(String userRoleName)
userRoleName - the role's name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||