Uses of Interface
org.camunda.bpm.model.xml.type.reference.ElementReference
-
Packages that use ElementReference Package Description org.camunda.bpm.model.xml.impl.type.reference org.camunda.bpm.model.xml.type.reference -
-
Uses of ElementReference in org.camunda.bpm.model.xml.impl.type.reference
Classes in org.camunda.bpm.model.xml.impl.type.reference that implement ElementReference Modifier and Type Class Description classElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>classQNameElementReferenceImpl<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 ElementReference Modifier and Type Method Description ElementReference<Target,Source>ElementReferenceBuilderImpl. build() -
Uses of ElementReference in org.camunda.bpm.model.xml.type.reference
Methods in org.camunda.bpm.model.xml.type.reference that return ElementReference Modifier and Type Method Description ElementReference<Target,Source>ElementReferenceBuilder. build()
-