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 classProcessRefExpressionImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ProcessRefExpression Modifier and Type Field Description protected static ChildElement<ProcessRefExpression>ProcessTaskImpl. processRefExpressionChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return ProcessRefExpression Modifier and Type Method Description ProcessRefExpressionProcessTaskImpl. getProcessExpression()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ProcessRefExpression Modifier and Type Method Description voidProcessTaskImpl. 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 ProcessRefExpressionProcessTask. getProcessExpression()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ProcessRefExpression Modifier and Type Method Description voidProcessTask. setProcessExpression(ProcessRefExpression processExpression)
-