org.camunda.bpm.engine.impl.cmmn.handler
Class PlanItemHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.handler.CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.PlanItem>
      extended by org.camunda.bpm.engine.impl.cmmn.handler.PlanItemHandler
All Implemented Interfaces:
ModelElementHandler<org.camunda.bpm.model.cmmn.instance.PlanItem,CmmnHandlerContext>
Direct Known Subclasses:
StagePlanItemHandler, TaskPlanItemHandler

public abstract class PlanItemHandler
extends CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.PlanItem>

Author:
Roman Smirnov

Constructor Summary
PlanItemHandler()
           
 
Method Summary
 CmmnActivity handleElement(org.camunda.bpm.model.cmmn.instance.PlanItem planItem, CmmnHandlerContext context)
           
protected  void handleElementProperties(org.camunda.bpm.model.cmmn.instance.PlanItem planItem, CmmnActivity activity, CmmnHandlerContext context)
           
protected  void initializeActivity(org.camunda.bpm.model.cmmn.instance.PlanItem planItem, CmmnActivity activity, CmmnHandlerContext context)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.handler.CmmnElementHandler
createActivity, getActivityBehavior
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanItemHandler

public PlanItemHandler()
Method Detail

handleElement

public CmmnActivity handleElement(org.camunda.bpm.model.cmmn.instance.PlanItem planItem,
                                  CmmnHandlerContext context)
Specified by:
handleElement in interface ModelElementHandler<org.camunda.bpm.model.cmmn.instance.PlanItem,CmmnHandlerContext>
Specified by:
handleElement in class CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.PlanItem>

initializeActivity

protected void initializeActivity(org.camunda.bpm.model.cmmn.instance.PlanItem planItem,
                                  CmmnActivity activity,
                                  CmmnHandlerContext context)
Specified by:
initializeActivity in class CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.PlanItem>

handleElementProperties

protected void handleElementProperties(org.camunda.bpm.model.cmmn.instance.PlanItem planItem,
                                       CmmnActivity activity,
                                       CmmnHandlerContext context)


Copyright © 2014 camunda services GmbH. All Rights Reserved.