Uses of Interface
org.camunda.bpm.engine.impl.core.handler.HandlerContext
-
Packages that use HandlerContext Package Description org.camunda.bpm.engine.impl.cmmn.handler org.camunda.bpm.engine.impl.core.handler -
-
Uses of HandlerContext in org.camunda.bpm.engine.impl.cmmn.handler
Classes in org.camunda.bpm.engine.impl.cmmn.handler that implement HandlerContext Modifier and Type Class Description class
CmmnHandlerContext
This context contains necessary information (like caseDefinition) to be accessed by aCmmnHandlerContext
. -
Uses of HandlerContext in org.camunda.bpm.engine.impl.core.handler
Classes in org.camunda.bpm.engine.impl.core.handler with type parameters of type HandlerContext Modifier and Type Interface Description interface
ModelElementHandler<T extends ModelElementInstance,V extends HandlerContext,E>
-