Uses of Interface
org.camunda.bpm.model.xml.type.reference.ElementReferenceCollectionBuilder
Packages that use ElementReferenceCollectionBuilder
Package
Description
-
Uses of ElementReferenceCollectionBuilder in org.camunda.bpm.model.xml.impl.type.child
Methods in org.camunda.bpm.model.xml.impl.type.child that return ElementReferenceCollectionBuilderModifier and TypeMethodDescription<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 ElementReferenceCollectionBuilderModifier and TypeMethodDescriptionprotected voidChildElementCollectionBuilderImpl.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 ElementReferenceCollectionBuilderModifier and TypeClassDescriptionclassElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classIdsElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classQNameElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classQNameElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classUriElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classUriElementReferenceCollectionBuilderImpl<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 ElementReferenceCollectionBuilderModifier and TypeMethodDescription<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.referenceModifier and TypeInterfaceDescriptioninterfaceElementReferenceBuilder<Target extends ModelElementInstance,Source extends ModelElementInstance>