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

Packages that use ElementReferenceCollectionBuilder
org.camunda.bpm.model.xml.impl.type.child   
org.camunda.bpm.model.xml.impl.type.reference   
org.camunda.bpm.model.xml.type.child   
org.camunda.bpm.model.xml.type.reference   
 

Uses of ElementReferenceCollectionBuilder in org.camunda.bpm.model.xml.impl.type.child
 

Methods in org.camunda.bpm.model.xml.impl.type.child that return ElementReferenceCollectionBuilder
<V extends ModelElementInstance>
ElementReferenceCollectionBuilder<V,T>
ChildElementCollectionBuilderImpl.idElementReferenceCollection(Class<V> referenceTargetType)
           
<V extends ModelElementInstance>
ElementReferenceCollectionBuilder<V,T>
ChildElementCollectionBuilderImpl.idsElementReferenceCollection(Class<V> referenceTargetType)
           
<V extends ModelElementInstance>
ElementReferenceCollectionBuilder<V,T>
ChildElementCollectionBuilderImpl.qNameElementReferenceCollection(Class<V> referenceTargetType)
           
<V extends ModelElementInstance>
ElementReferenceCollectionBuilder<V,T>
ChildElementCollectionBuilderImpl.uriElementReferenceCollection(Class<V> referenceTargetType)
           
 

Methods in org.camunda.bpm.model.xml.impl.type.child with parameters of type ElementReferenceCollectionBuilder
protected  void ChildElementCollectionBuilderImpl.setReferenceBuilder(ElementReferenceCollectionBuilder<?,?> referenceBuilder)
           
 

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

Classes in org.camunda.bpm.model.xml.impl.type.reference that implement ElementReferenceCollectionBuilder
 class ElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class ElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class IdsElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class QNameElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class QNameElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class UriElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class UriElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 

Uses of ElementReferenceCollectionBuilder in org.camunda.bpm.model.xml.type.child
 

Methods in org.camunda.bpm.model.xml.type.child that return ElementReferenceCollectionBuilder
<V extends ModelElementInstance>
ElementReferenceCollectionBuilder<V,T>
ChildElementCollectionBuilder.idElementReferenceCollection(Class<V> referenceTargetType)
           
<V extends ModelElementInstance>
ElementReferenceCollectionBuilder<V,T>
ChildElementCollectionBuilder.idsElementReferenceCollection(Class<V> referenceTargetType)
           
<V extends ModelElementInstance>
ElementReferenceCollectionBuilder<V,T>
ChildElementCollectionBuilder.qNameElementReferenceCollection(Class<V> referenceTargetType)
           
<V extends ModelElementInstance>
ElementReferenceCollectionBuilder<V,T>
ChildElementCollectionBuilder.uriElementReferenceCollection(Class<V> referenceTargetType)
           
 

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

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



Copyright © 2016 camunda services GmbH. All rights reserved.