Uses of Interface
org.camunda.bpm.model.xml.type.reference.ElementReferenceCollectionBuilder
-
-
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 Modifier and Type Method Description <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 Modifier and Type Method Description protected 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 ElementReferenceCollectionBuilder Modifier and Type Class Description classElementReferenceBuilderImpl<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 ElementReferenceCollectionBuilder Modifier and Type Method Description <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 Modifier and Type Interface Description interfaceElementReferenceBuilder<Target extends ModelElementInstance,Source extends ModelElementInstance>
-