Uses of Interface
org.camunda.bpm.model.cmmn.instance.ProcessRefExpression
-
Packages that use ProcessRefExpression Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of ProcessRefExpression in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement ProcessRefExpression Modifier and Type Class Description class
ProcessRefExpressionImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ProcessRefExpression Modifier and Type Field Description protected static ChildElement<ProcessRefExpression>
ProcessTaskImpl. processRefExpressionChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return ProcessRefExpression Modifier and Type Method Description ProcessRefExpression
ProcessTaskImpl. getProcessExpression()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ProcessRefExpression Modifier and Type Method Description void
ProcessTaskImpl. setProcessExpression(ProcessRefExpression processExpression)
-
Uses of ProcessRefExpression in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return ProcessRefExpression Modifier and Type Method Description ProcessRefExpression
ProcessTask. getProcessExpression()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ProcessRefExpression Modifier and Type Method Description void
ProcessTask. setProcessExpression(ProcessRefExpression processExpression)
-