|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimeManagement
Pluggable time management. Your implementation should implement this interface.
| Method Summary | |
|---|---|
void |
archiveProcessInstance(ProcessInstance pi)
If something is to do when processes are archived (clean up). |
Date |
calculateActivityDueDate(ActivityInstance instance,
ActivityInstance prevStep)
Compute the duedate for the given ActivityInstance |
Date |
calculateProcessDueDate(ProcessDefinition process)
Returns a default duedate for a process start. |
Component |
getHistoryInfo(ActivityInstance ai)
Return a href to a detail page for the time management of the process instance. |
String |
getProcessStartInfo(ProcessDefinition procdef)
Return a href to a detail page for the process start mask If the result is empty, nothing is done. |
String |
getWorklistInfo(ActivityInstance ai)
Return a href to a detail page for the time management of the activity instance. |
| Method Detail |
|---|
Date calculateProcessDueDate(ProcessDefinition process)
Date calculateActivityDueDate(ActivityInstance instance,
ActivityInstance prevStep)
void archiveProcessInstance(ProcessInstance pi)
pi - String getProcessStartInfo(ProcessDefinition procdef)
procdef -
String getWorklistInfo(ActivityInstance ai)
ai -
Component getHistoryInfo(ActivityInstance ai)
ai -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||