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)
- Description copied from interface:
ModelElementHandler
This method handles a element to create a new activity.
- 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>
- Parameters:
planItem - the ModelElementInstance to be handled.context - the HandlerContext which holds necessary information.
- Returns:
- a new
activity.
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>
initializeRequiredRule
protected void initializeRequiredRule(org.camunda.bpm.model.cmmn.instance.PlanItem planItem,
CmmnActivity activity,
CmmnHandlerContext context)
initializeManualActivationRule
protected void initializeManualActivationRule(org.camunda.bpm.model.cmmn.instance.PlanItem planItem,
CmmnActivity activity,
CmmnHandlerContext context)
initializeRepetitionRule
protected void initializeRepetitionRule(org.camunda.bpm.model.cmmn.instance.PlanItem planItem,
CmmnActivity activity,
CmmnHandlerContext context)
getDefinition
protected org.camunda.bpm.model.cmmn.instance.PlanItemDefinition getDefinition(org.camunda.bpm.model.cmmn.instance.PlanItem planItem)
getDesciption
protected String getDesciption(org.camunda.bpm.model.cmmn.instance.PlanItem planItem)
Copyright © 2014 camunda services GmbH. All Rights Reserved.