|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoryActivityInstance
represents one occurrence of an activity during a process instance.
| Method Summary | |
|---|---|
java.lang.String |
getActivityName()
name of the activity that was executed |
long |
getDuration()
duration in milleseconds |
java.util.Date |
getEndTime()
might be null in case the activity is still active |
java.lang.String |
getExecutionId()
the execution that was related to this activity occurrence |
java.util.Date |
getStartTime()
time when the activity was entered |
java.util.List<java.lang.String> |
getTransitionNames()
The names of the transitions that were selected as outgoing transitions for the execution. |
| Method Detail |
|---|
java.lang.String getActivityName()
java.util.Date getStartTime()
java.util.Date getEndTime()
long getDuration()
java.lang.String getExecutionId()
java.util.List<java.lang.String> getTransitionNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||