Uses of Interface
org.camunda.bpm.model.cmmn.instance.OutputCaseParameter
-
Packages that use OutputCaseParameter Package Description 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 Modifier and Type Class Description class
OutputCaseParameterImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type OutputCaseParameter Modifier and Type Field Description protected static ChildElementCollection<OutputCaseParameter>
CaseImpl. outputCollection
protected static ChildElementCollection<OutputCaseParameter>
TaskImpl. outputParameterCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type OutputCaseParameter Modifier and Type Method Description 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 Modifier and Type Method Description Collection<OutputCaseParameter>
Task. getOutputParameters()
Collection<OutputCaseParameter>
Case. getOutputs()
-