Uses of Interface
org.camunda.bpm.model.cmmn.instance.ProcessRefExpression

Packages that use ProcessRefExpression
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
 class ProcessRefExpressionImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ProcessRefExpression
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ProcessRefExpression> ProcessTaskImpl.processRefExpressionChild
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return ProcessRefExpression
 ProcessRefExpression ProcessTaskImpl.getProcessExpression()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ProcessRefExpression
 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
 ProcessRefExpression ProcessTask.getProcessExpression()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ProcessRefExpression
 void ProcessTask.setProcessExpression(ProcessRefExpression processExpression)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.