public interface ModelElementHandler<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance,V extends HandlerContext,E>
A ModelElementHandler handles an instance of a modelElement
to create a new activity.
| Modifier and Type | Method and Description |
|---|---|
E |
handleElement(T element,
V context)
This method handles a element to create a new element.
|
E handleElement(T element, V context)
This method handles a element to create a new element.
element - the ModelElementInstance to be handled.context - the HandlerContext which holds necessary information.Copyright © 2013–2021 camunda services GmbH. All rights reserved.