Uses of Interface
org.camunda.bpm.model.bpmn.instance.LinkEventDefinition

Packages that use LinkEventDefinition
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
 class LinkEventDefinitionImpl
          The BPMN linkEventDefinition element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type LinkEventDefinition
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<LinkEventDefinition,Source> LinkEventDefinitionImpl.sourceCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<LinkEventDefinition,Target> LinkEventDefinitionImpl.targetChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return LinkEventDefinition
 LinkEventDefinition LinkEventDefinitionImpl.getTarget()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type LinkEventDefinition
 Collection<LinkEventDefinition> LinkEventDefinitionImpl.getSources()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type LinkEventDefinition
 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
 LinkEventDefinition LinkEventDefinition.getTarget()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type LinkEventDefinition
 Collection<LinkEventDefinition> LinkEventDefinition.getSources()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type LinkEventDefinition
 void LinkEventDefinition.setTarget(LinkEventDefinition target)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.