|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Suspension
This interface allows to access the information when and why an activity instance was in the suspension list.
Method Summary | |
---|---|
ActivityInstance |
getActivityInstance()
the activity instance that is suspended |
java.lang.String |
getDescription()
The description of the suspension. |
java.util.Date |
getEndDate()
The end date of suspension, is null if still suspended. |
java.util.Date |
getStartDate()
The start date of suspension. |
Method Detail |
---|
ActivityInstance getActivityInstance()
java.util.Date getStartDate()
java.util.Date getEndDate()
java.lang.String getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |