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

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

public class CaseHandler
extends CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.Case,CmmnCaseDefinition>

Author:
Roman Smirnov

Field Summary
protected static CmmnTransformerLogger LOG
           
 
Constructor Summary
CaseHandler()
           
 
Method Summary
protected  CaseDefinitionEntity createActivity(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnHandlerContext context)
           
 CmmnCaseDefinition handleElement(org.camunda.bpm.model.cmmn.instance.Case element, CmmnHandlerContext context)
          This method handles a element to create a new element.
protected  void initializeActivity(org.camunda.bpm.model.cmmn.instance.Case element, CmmnActivity activity, CmmnHandlerContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final CmmnTransformerLogger LOG
Constructor Detail

CaseHandler

public CaseHandler()
Method Detail

handleElement

public CmmnCaseDefinition handleElement(org.camunda.bpm.model.cmmn.instance.Case element,
                                        CmmnHandlerContext context)
Description copied from interface: ModelElementHandler

This method handles a element to create a new element.

Specified by:
handleElement in interface ModelElementHandler<org.camunda.bpm.model.cmmn.instance.Case,CmmnHandlerContext,CmmnCaseDefinition>
Specified by:
handleElement in class CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.Case,CmmnCaseDefinition>
Parameters:
element - the ModelElementInstance to be handled.
context - the HandlerContext which holds necessary information.
Returns:
a new element.

initializeActivity

protected void initializeActivity(org.camunda.bpm.model.cmmn.instance.Case element,
                                  CmmnActivity activity,
                                  CmmnHandlerContext context)

createActivity

protected CaseDefinitionEntity createActivity(org.camunda.bpm.model.cmmn.instance.CmmnElement element,
                                              CmmnHandlerContext context)


Copyright © 2017 camunda services GmbH. All rights reserved.