Uses of Interface
org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection
-
Packages that use ElementReferenceCollection Package Description 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 Modifier and Type Class Description classElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>classElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>classIdsElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>classQNameElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>classQNameElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>classUriElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>classUriElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.impl.type.reference that return ElementReferenceCollection Modifier and Type Method Description 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 Modifier and Type Method Description static ElementReferenceCollectionAssertModelAssertions. assertThat(ElementReferenceCollection<?,?> actual)Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type ElementReferenceCollection Constructor Description 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 Modifier and Type Interface Description interfaceElementReference<Target extends ModelElementInstance,Source extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.type.reference that return ElementReferenceCollection Modifier and Type Method Description ElementReferenceCollection<Target,Source>ElementReferenceCollectionBuilder. build()
-