Uses of Interface
org.camunda.bpm.model.cmmn.instance.InputCaseParameter
-
Packages that use InputCaseParameter Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of InputCaseParameter in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement InputCaseParameter Modifier and Type Class Description class
InputCaseParameterImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type InputCaseParameter Modifier and Type Field Description protected static ChildElementCollection<InputCaseParameter>
CaseImpl. inputCollection
protected static ChildElementCollection<InputCaseParameter>
TaskImpl. inputParameterCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type InputCaseParameter Modifier and Type Method Description Collection<InputCaseParameter>
TaskImpl. getInputParameters()
Collection<InputCaseParameter>
CaseImpl. getInputs()
-
Uses of InputCaseParameter in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type InputCaseParameter Modifier and Type Method Description Collection<InputCaseParameter>
Task. getInputParameters()
Collection<InputCaseParameter>
Case. getInputs()
-