|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmmnModelExecutionContext
Implemented by classes which provide access to the CmmnModelInstance
and the currently executed CmmnElement.
| Method Summary | |
|---|---|
org.camunda.bpm.model.cmmn.instance.CmmnElement |
getCmmnModelElementInstance()
Returns the currently executed Element in the Cmmn Model. |
org.camunda.bpm.model.cmmn.CmmnModelInstance |
getCmmnModelInstance()
Returns the CmmnModelInstance for the currently executed Cmmn Model |
| Method Detail |
|---|
org.camunda.bpm.model.cmmn.CmmnModelInstance getCmmnModelInstance()
CmmnModelInstance for the currently executed Cmmn Model
CmmnModelInstanceorg.camunda.bpm.model.cmmn.instance.CmmnElement getCmmnModelElementInstance()
Returns the currently executed Element in the Cmmn Model. This method returns a CmmnElement which may be casted
to the concrete type of the Cmmn Model Element currently executed.
CmmnElement corresponding to the current Cmmn Model Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||