Uses of Class
org.camunda.bpm.model.bpmn.impl.instance.Source
-
Packages that use Source Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Source in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Source Modifier and Type Field Description protected static ElementReferenceCollection<LinkEventDefinition,Source>
LinkEventDefinitionImpl. sourceCollection
protected static ChildElementCollection<Source>
RelationshipImpl. sourceCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Source Modifier and Type Method Description Collection<Source>
RelationshipImpl. getSources()
-
Uses of Source in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Source Modifier and Type Method Description Collection<Source>
Relationship. getSources()
-