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

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

public interface ModelElementHandler<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance,V extends HandlerContext>

A ModelElementHandler handles an instance of a modelElement to create a new activity.

Author:
Roman Smirnov

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

Method Detail

handleElement

CoreActivity handleElement(T element,
                           V context)

This method handles a element to create a new activity.

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


Copyright © 2014 camunda services GmbH. All Rights Reserved.