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