Uses of Interface
org.camunda.bpm.model.cmmn.instance.CaseRefExpression
-
Packages that use CaseRefExpression Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of CaseRefExpression in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement CaseRefExpression Modifier and Type Class Description classCaseRefExpressionImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CaseRefExpression Modifier and Type Field Description protected static ChildElement<CaseRefExpression>CaseTaskImpl. caseRefExpressionChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return CaseRefExpression Modifier and Type Method Description CaseRefExpressionCaseTaskImpl. getCaseExpression()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CaseRefExpression Modifier and Type Method Description voidCaseTaskImpl. setCaseExpression(CaseRefExpression caseExpression) -
Uses of CaseRefExpression in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return CaseRefExpression Modifier and Type Method Description CaseRefExpressionCaseTask. getCaseExpression()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CaseRefExpression Modifier and Type Method Description voidCaseTask. setCaseExpression(CaseRefExpression caseExpression)
-