|
|||||||||
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). |
java.util.Date |
calculateActivityDueDate(ActivityInstance instance,
ActivityInstance prevStep)
Compute the duedate for the given ActivityInstance |
java.util.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. |
java.lang.String |
getProcessStartInfo(ProcessDefinition procdef)
Return a href to a detail page for the process start mask If the result is empty, nothing is done. |
java.lang.String |
getWorklistInfo(ActivityInstance ai)
Return a href to a detail page for the time management of the activity instance. |
Method Detail |
---|
java.util.Date calculateProcessDueDate(ProcessDefinition process)
java.util.Date calculateActivityDueDate(ActivityInstance instance, ActivityInstance prevStep)
void archiveProcessInstance(ProcessInstance pi)
pi
- java.lang.String getProcessStartInfo(ProcessDefinition procdef)
procdef
-
java.lang.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 |