org.camunda.bpm.engine.impl.cmmn.handler
Class PlanItemHandler
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.handler.CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.PlanItem>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanItemHandler
public PlanItemHandler()
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.