Uses of Interface
org.camunda.bpm.model.xml.type.reference.Reference
Packages that use Reference
Package
Description
-
Uses of Reference in org.camunda.bpm.model.xml.impl.type.attribute
Methods in org.camunda.bpm.model.xml.impl.type.attribute that return types with arguments of type ReferenceModifier and TypeMethodDescriptionAttributeImpl.getIncomingReferences()AttributeImpl.getOutgoingReferences()Methods in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type ReferenceModifier and TypeMethodDescriptionvoidAttributeImpl.registerIncoming(Reference<?> ref) voidAttributeImpl.registerOutgoingReference(Reference<?> ref) -
Uses of Reference in org.camunda.bpm.model.xml.impl.type.reference
Classes in org.camunda.bpm.model.xml.impl.type.reference that implement ReferenceModifier and TypeClassDescriptionclassAttributeReferenceImpl<T extends ModelElementInstance>classElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classIdsElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classQNameAttributeReferenceImpl<T extends ModelElementInstance>classQNameElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classQNameElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classReferenceImpl<T extends ModelElementInstance>classUriElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> classUriElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> -
Uses of Reference in org.camunda.bpm.model.xml.test.assertions
Classes in org.camunda.bpm.model.xml.test.assertions with type parameters of type ReferenceModifier and TypeClassDescriptionclassAbstractReferenceAssert<S extends AbstractReferenceAssert<S,T>, T extends Reference<?>> Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type ReferenceModifier and TypeMethodDescriptionAttributeAssert.hasIncomingReferences(Reference<?>... references) AttributeAssert.hasOutgoingReferences(Reference<?>... references) -
Uses of Reference in org.camunda.bpm.model.xml.type.attribute
Methods in org.camunda.bpm.model.xml.type.attribute that return types with arguments of type ReferenceModifier and TypeMethodDescriptionAttribute.getIncomingReferences()Attribute.getOutgoingReferences() -
Uses of Reference in org.camunda.bpm.model.xml.type.reference
Subinterfaces of Reference in org.camunda.bpm.model.xml.type.referenceModifier and TypeInterfaceDescriptioninterfaceAttributeReference<T extends ModelElementInstance>interfaceElementReference<Target extends ModelElementInstance,Source extends ModelElementInstance> interfaceElementReferenceCollection<Target extends ModelElementInstance,Source extends ModelElementInstance> Classes in org.camunda.bpm.model.xml.type.reference that implement ReferenceModifier and TypeClassDescriptionclassAttributeReferenceCollection<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.type.reference that return Reference