|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CaseExecution
Represent a planned item in a case instance.
Note that a CaseInstance also is an case execution.
| Method Summary | |
|---|---|
String |
getCaseInstanceId()
Id of the root of the case execution tree representing the case instance. |
String |
getId()
The unique identifier of the case execution. |
boolean |
isActive()
Returns true if the case execution is active. |
boolean |
isDisabled()
Returns true if the case execution is disabled. |
boolean |
isEnabled()
Returns true if the case execution is enabled. |
| Method Detail |
|---|
String getId()
The unique identifier of the case execution.
String getCaseInstanceId()
Id of the root of the case execution tree representing the case instance.
It is the same as getId() if this case execution is the case instance.
boolean isActive()
Returns true if the case execution is active.
boolean isEnabled()
Returns true if the case execution is enabled.
Note: If this case execution is the case execution, it will
return always false.
boolean isDisabled()
Returns true if the case execution is disabled.
Note: If this case execution is the case instance, it will
return always false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||