Uses of Interface
org.camunda.bpm.model.cmmn.instance.InputProcessParameter
-
Packages that use InputProcessParameter Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of InputProcessParameter in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement InputProcessParameter Modifier and Type Class Description class
InputProcessParameterImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type InputProcessParameter Modifier and Type Field Description protected static ChildElementCollection<InputProcessParameter>
ProcessImpl. inputCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type InputProcessParameter Modifier and Type Method Description Collection<InputProcessParameter>
ProcessImpl. getInputs()
-
Uses of InputProcessParameter in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type InputProcessParameter Modifier and Type Method Description Collection<InputProcessParameter>
Process. getInputs()
-