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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.handler.CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.DiscretionaryItem>
      extended by org.camunda.bpm.engine.impl.cmmn.handler.DiscretionaryItemHandler
          extended by org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskDiscretionaryItemHandler
All Implemented Interfaces:
ModelElementHandler<org.camunda.bpm.model.cmmn.instance.DiscretionaryItem,CmmnHandlerContext>

public class HumanTaskDiscretionaryItemHandler
extends DiscretionaryItemHandler

Author:
Roman Smirnov

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

Constructor Detail

HumanTaskDiscretionaryItemHandler

public HumanTaskDiscretionaryItemHandler()
Method Detail

getActivityBehavior

protected CmmnActivityBehavior getActivityBehavior()
Overrides:
getActivityBehavior in class CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.DiscretionaryItem>

handleElementProperties

protected void handleElementProperties(org.camunda.bpm.model.cmmn.instance.DiscretionaryItem discretionaryItem,
                                       CmmnActivity activity,
                                       CmmnHandlerContext context)
Overrides:
handleElementProperties in class DiscretionaryItemHandler


Copyright © 2014 camunda services GmbH. All Rights Reserved.