Uses of Interface
org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableOnPart
-
Packages that use CamundaVariableOnPart Package Description org.camunda.bpm.engine.impl.cmmn.handler org.camunda.bpm.model.cmmn.impl.instance.camunda -
-
Uses of CamundaVariableOnPart in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type CamundaVariableOnPart Modifier and Type Method Description protected void
SentryHandler. initializeVariableOnPart(CamundaVariableOnPart variableOnPart, CmmnSentryDeclaration sentryDeclaration, CmmnHandlerContext context)
Method parameters in org.camunda.bpm.engine.impl.cmmn.handler with type arguments of type CamundaVariableOnPart Modifier and Type Method Description protected void
SentryHandler. initializeVariableOnParts(CmmnElement element, CmmnSentryDeclaration sentryDeclaration, CmmnHandlerContext context, java.util.List<CamundaVariableOnPart> variableOnParts)
-
Uses of CamundaVariableOnPart in org.camunda.bpm.model.cmmn.impl.instance.camunda
Classes in org.camunda.bpm.model.cmmn.impl.instance.camunda that implement CamundaVariableOnPart Modifier and Type Class Description class
CamundaVariableOnPartImpl
-