Uses of Interface
org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection

Packages that use ElementReferenceCollection
org.camunda.bpm.model.xml.impl.type.reference   
org.camunda.bpm.model.xml.test.assertions   
org.camunda.bpm.model.xml.type.reference   
 

Uses of ElementReferenceCollection in org.camunda.bpm.model.xml.impl.type.reference
 

Classes in org.camunda.bpm.model.xml.impl.type.reference that implement ElementReferenceCollection
 class ElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class ElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class QNameElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class QNameElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 

Methods in org.camunda.bpm.model.xml.impl.type.reference that return ElementReferenceCollection
 ElementReferenceCollection<Target,Source> ElementReferenceCollectionBuilderImpl.build()
           
 

Uses of ElementReferenceCollection in org.camunda.bpm.model.xml.test.assertions
 

Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type ElementReferenceCollection
static ElementReferenceCollectionAssert ModelAssertions.assertThat(ElementReferenceCollection<?,?> actual)
           
 

Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type ElementReferenceCollection
ElementReferenceCollectionAssert(ElementReferenceCollection<?,?> actual)
           
 

Uses of ElementReferenceCollection in org.camunda.bpm.model.xml.type.reference
 

Subinterfaces of ElementReferenceCollection in org.camunda.bpm.model.xml.type.reference
 interface ElementReference<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 

Methods in org.camunda.bpm.model.xml.type.reference that return ElementReferenceCollection
 ElementReferenceCollection<Target,Source> ElementReferenceCollectionBuilder.build()
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.