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 classCmmnHandlerContextThis 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 interfaceModelElementHandler<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance,V extends HandlerContext,E>
-