public interface CmmnModelExecutionContext
CmmnModelInstance
and the currently executed CmmnElement
.Modifier and Type | Method and Description |
---|---|
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 |
org.camunda.bpm.model.cmmn.CmmnModelInstance getCmmnModelInstance()
CmmnModelInstance
for the currently executed Cmmn ModelCmmnModelInstance
org.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 ElementCopyright © 2013–2019 camunda services GmbH. All rights reserved.