org.camunda.bpm.engine.impl.core.handler
Interface ModelElementHandler<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance,V extends HandlerContext,E>

All Known Implementing Classes:
CallingTaskItemHandler, CaseHandler, CasePlanModelHandler, CaseTaskItemHandler, CmmnElementHandler, DecisionTaskItemHandler, EventListenerItemHandler, HumanTaskItemHandler, ItemHandler, MilestoneItemHandler, ProcessOrCaseTaskItemHandler, ProcessTaskItemHandler, SentryHandler, StageItemHandler, TaskItemHandler

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.

Author:
Roman Smirnov

Method Summary
 E handleElement(T element, V context)
          This method handles a element to create a new element.
 

Method Detail

handleElement

E handleElement(T element,
                V context)

This method handles a element to create a new element.

Parameters:
element - the ModelElementInstance to be handled.
context - the HandlerContext which holds necessary information.
Returns:
a new element.


Copyright © 2015 camunda services GmbH. All rights reserved.