|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoryTask
history record for a task instance.
In contrast to the Task, this entity will remain
after the task has been completed for history purposes.
| Field Summary | |
|---|---|
static java.lang.String |
STATE_COMPLETED
|
static java.lang.String |
STATE_OBSOLETE
|
| Method Summary | |
|---|---|
java.lang.String |
getAssignee()
userId of the person that is responsible for this task |
java.util.Date |
getCreateTime()
time when the activity was entered |
long |
getDuration()
duration in milliseconds |
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.lang.String |
getId()
the unique id for this task that is used as a reference in the service methods |
java.lang.String |
getOutcome()
the outcome of this task |
java.lang.String |
getState()
history task state |
| Field Detail |
|---|
static final java.lang.String STATE_COMPLETED
static final java.lang.String STATE_OBSOLETE
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getExecutionId()
java.util.Date getCreateTime()
java.util.Date getEndTime()
long getDuration()
java.lang.String getState()
java.lang.String getAssignee()
java.lang.String getOutcome()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||