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.instanceFields 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. sourceCollectionprotected static ChildElementCollection<Source>RelationshipImpl. sourceCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Source Modifier and Type Method Description java.util.Collection<Source>RelationshipImpl. getSources()
- 
Uses of Source in org.camunda.bpm.model.bpmn.instanceMethods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Source Modifier and Type Method Description java.util.Collection<Source>Relationship. getSources()
 
-