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 class
CaseRefExpressionImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CaseRefExpression Modifier and Type Field Description protected static ChildElement<CaseRefExpression>
CaseTaskImpl. caseRefExpressionChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return CaseRefExpression Modifier and Type Method Description CaseRefExpression
CaseTaskImpl. getCaseExpression()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CaseRefExpression Modifier and Type Method Description void
CaseTaskImpl. 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 CaseRefExpression
CaseTask. getCaseExpression()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CaseRefExpression Modifier and Type Method Description void
CaseTask. setCaseExpression(CaseRefExpression caseExpression)
-