Uses of Interface
org.camunda.bpm.model.bpmn.instance.camunda.CamundaGenericValueElement
-
Packages that use CamundaGenericValueElement Package Description org.camunda.bpm.model.bpmn.impl.instance.camunda org.camunda.bpm.model.bpmn.instance.camunda -
-
Uses of CamundaGenericValueElement in org.camunda.bpm.model.bpmn.impl.instance.camunda
Classes in org.camunda.bpm.model.bpmn.impl.instance.camunda that implement CamundaGenericValueElement Modifier and Type Class Description class
CamundaEntryImpl
class
CamundaGenericValueElementImpl
A helper interface for camunda extension elements which hold a generic child element like camunda:inputParameter, camunda:outputParameter and camunda:entry.class
CamundaInputParameterImpl
The BPMN inputParameter camunda extension elementclass
CamundaOutputParameterImpl
The BPMN outputParameter camunda extension element -
Uses of CamundaGenericValueElement in org.camunda.bpm.model.bpmn.instance.camunda
Subinterfaces of CamundaGenericValueElement in org.camunda.bpm.model.bpmn.instance.camunda Modifier and Type Interface Description interface
CamundaEntry
The BPMN camundaEntry camunda extension elementinterface
CamundaInputParameter
The BPMN inputParameter camunda extension elementinterface
CamundaOutputParameter
The BPMN outputParameter camunda extension element
-