public interface HandlerContext
An implementation of this context should contain necessary
information to be accessed by a ModelElementHandler.
| Modifier and Type | Method and Description |
|---|---|
CoreActivity |
getParent()
This method returns an
activity. |
CoreActivity getParent()
This method returns an activity. The
returned activity represents a parent activity, which can
contain activities.
The returned activity should be used as a parent activity
for a new activity.
CoreActivityCopyright © 2013–2021 camunda services GmbH. All rights reserved.