Uses of Interface
org.camunda.bpm.model.bpmn.instance.camunda.CamundaInputParameter
-
Packages that use CamundaInputParameter Package Description org.camunda.bpm.model.bpmn.impl.instance.camunda org.camunda.bpm.model.bpmn.instance.camunda -
-
Uses of CamundaInputParameter in org.camunda.bpm.model.bpmn.impl.instance.camunda
Classes in org.camunda.bpm.model.bpmn.impl.instance.camunda that implement CamundaInputParameter Modifier and Type Class Description class
CamundaInputParameterImpl
The BPMN inputParameter camunda extension elementFields in org.camunda.bpm.model.bpmn.impl.instance.camunda with type parameters of type CamundaInputParameter Modifier and Type Field Description protected static ChildElementCollection<CamundaInputParameter>
CamundaInputOutputImpl. camundaInputParameterCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda that return types with arguments of type CamundaInputParameter Modifier and Type Method Description java.util.Collection<CamundaInputParameter>
CamundaInputOutputImpl. getCamundaInputParameters()
-
Uses of CamundaInputParameter in org.camunda.bpm.model.bpmn.instance.camunda
Methods in org.camunda.bpm.model.bpmn.instance.camunda that return types with arguments of type CamundaInputParameter Modifier and Type Method Description java.util.Collection<CamundaInputParameter>
CamundaInputOutput. getCamundaInputParameters()
-