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

Packages that use OutputCaseParameter
org.camunda.bpm.model.cmmn.impl.instance   
org.camunda.bpm.model.cmmn.instance   
 

Uses of OutputCaseParameter in org.camunda.bpm.model.cmmn.impl.instance
 

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement OutputCaseParameter
 class OutputCaseParameterImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type OutputCaseParameter
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputCaseParameter> CaseImpl.outputCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputCaseParameter> TaskImpl.outputParameterCollection
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type OutputCaseParameter
 Collection<OutputCaseParameter> TaskImpl.getOutputParameters()
           
 Collection<OutputCaseParameter> CaseImpl.getOutputs()
           
 

Uses of OutputCaseParameter in org.camunda.bpm.model.cmmn.instance
 

Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type OutputCaseParameter
 Collection<OutputCaseParameter> Task.getOutputParameters()
           
 Collection<OutputCaseParameter> Case.getOutputs()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.