|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HistoryStep
Method Summary | |
---|---|
void |
deleteActionRecord()
Delete the data filled at this step |
String |
getAction()
|
Date |
getActionDate()
|
DataRecord |
getActionRecord()
Get the data filled at this step |
int |
getActionStatus()
|
String |
getId()
Get the step id |
ProcessInstance |
getProcessInstance()
|
String |
getResolvedState()
|
String |
getResultingState()
|
User |
getUser()
|
String |
getUserRoleName()
Get the role under which the user did the action |
void |
setActionRecord(DataRecord data)
Set the data filled at this step |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
ProcessInstance getProcessInstance()
User getUser() throws WorkflowException
WorkflowException
String getId()
String getUserRoleName()
String getAction()
Date getActionDate()
String getResolvedState()
String getResultingState()
int getActionStatus()
DataRecord getActionRecord() throws WorkflowException
WorkflowException
void setActionRecord(DataRecord data) throws WorkflowException
WorkflowException
void deleteActionRecord() throws WorkflowException
WorkflowException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |