Uses of Interface
org.camunda.bpm.model.bpmn.instance.LinkEventDefinition
-
Packages that use LinkEventDefinition Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of LinkEventDefinition in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement LinkEventDefinition Modifier and Type Class Description class
LinkEventDefinitionImpl
The BPMN linkEventDefinition elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type LinkEventDefinition Modifier and Type Field Description protected static ElementReferenceCollection<LinkEventDefinition,Source>
LinkEventDefinitionImpl. sourceCollection
protected static ElementReference<LinkEventDefinition,Target>
LinkEventDefinitionImpl. targetChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return LinkEventDefinition Modifier and Type Method Description LinkEventDefinition
LinkEventDefinitionImpl. getTarget()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type LinkEventDefinition Modifier and Type Method Description Collection<LinkEventDefinition>
LinkEventDefinitionImpl. getSources()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type LinkEventDefinition Modifier and Type Method Description void
LinkEventDefinitionImpl. setTarget(LinkEventDefinition target)
-
Uses of LinkEventDefinition in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return LinkEventDefinition Modifier and Type Method Description LinkEventDefinition
LinkEventDefinition. getTarget()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type LinkEventDefinition Modifier and Type Method Description Collection<LinkEventDefinition>
LinkEventDefinition. getSources()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type LinkEventDefinition Modifier and Type Method Description void
LinkEventDefinition. setTarget(LinkEventDefinition target)
-