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
protected  org.camunda.bpm.model.cmmn.instance.PlanItemDefinition getDefinition(org.camunda.bpm.model.cmmn.instance.PlanItem planItem)
           
protected  String getDesciption(org.camunda.bpm.model.cmmn.instance.PlanItem planItem)
           
 CmmnActivity handleElement(org.camunda.bpm.model.cmmn.instance.PlanItem planItem, CmmnHandlerContext context)
          This method handles a element to create a new activity.
protected  void initializeActivity(org.camunda.bpm.model.cmmn.instance.PlanItem planItem, CmmnActivity activity, CmmnHandlerContext context)
           
protected  void initializeManualActivationRule(org.camunda.bpm.model.cmmn.instance.PlanItem planItem, CmmnActivity activity, CmmnHandlerContext context)
           
protected  void initializeRepetitionRule(org.camunda.bpm.model.cmmn.instance.PlanItem planItem, CmmnActivity activity, CmmnHandlerContext context)
           
protected  void initializeRequiredRule(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)
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.