org.camunda.bpm.engine.impl.cmmn.handler
Class SentryHandler
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.handler.CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.Sentry,CmmnSentryDeclaration>
org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
- All Implemented Interfaces:
- ModelElementHandler<org.camunda.bpm.model.cmmn.instance.Sentry,CmmnHandlerContext,CmmnSentryDeclaration>
public class SentryHandler
- extends CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.Sentry,CmmnSentryDeclaration>
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final CmmnTransformerLogger LOG
SentryHandler
public SentryHandler()
handleElement
public CmmnSentryDeclaration handleElement(org.camunda.bpm.model.cmmn.instance.Sentry 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.Sentry,CmmnHandlerContext,CmmnSentryDeclaration>- Specified by:
handleElement in class CmmnElementHandler<org.camunda.bpm.model.cmmn.instance.Sentry,CmmnSentryDeclaration>
- Parameters:
element - the ModelElementInstance to be handled.context - the HandlerContext which holds necessary information.
- Returns:
- a new element.
initializeOnParts
public void initializeOnParts(org.camunda.bpm.model.cmmn.instance.Sentry sentry,
CmmnHandlerContext context)
initializeOnPart
protected void initializeOnPart(org.camunda.bpm.model.cmmn.instance.PlanItemOnPart onPart,
org.camunda.bpm.model.cmmn.instance.Sentry sentry,
CmmnHandlerContext context)
initializeOnPart
protected void initializeOnPart(org.camunda.bpm.model.cmmn.instance.CaseFileItemOnPart onPart,
org.camunda.bpm.model.cmmn.instance.Sentry sentry,
CmmnHandlerContext context)
initializeIfPart
protected void initializeIfPart(org.camunda.bpm.model.cmmn.instance.IfPart ifPart,
CmmnSentryDeclaration sentryDeclaration,
CmmnHandlerContext context)
Copyright © 2015 camunda services GmbH. All rights reserved.