Uses of Interface
org.camunda.bpm.model.xml.type.reference.Reference
-
-
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 Reference Modifier and Type Method Description List<Reference<?>>AttributeImpl. getIncomingReferences()List<Reference<?>>AttributeImpl. getOutgoingReferences()Methods in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type Reference Modifier and Type Method Description voidAttributeImpl. registerIncoming(Reference<?> ref)voidAttributeImpl. registerOutgoingReference(Reference<?> ref) -
Uses of Reference in org.camunda.bpm.model.xml.impl.type.reference
-
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 Reference Modifier and Type Class Description classAbstractReferenceAssert<S extends AbstractReferenceAssert<S,T>,T extends Reference<?>>Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type Reference Modifier and Type Method Description AttributeAssertAttributeAssert. hasIncomingReferences(Reference<?>... references)AttributeAssertAttributeAssert. 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 Reference Modifier and Type Method Description List<Reference<?>>Attribute. getIncomingReferences()List<Reference<?>>Attribute. getOutgoingReferences() -
Uses of Reference in org.camunda.bpm.model.xml.type.reference
Subinterfaces of Reference in org.camunda.bpm.model.xml.type.reference Modifier and Type Interface Description interfaceAttributeReference<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 Reference Modifier and Type Class Description classAttributeReferenceCollection<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.type.reference that return Reference Modifier and Type Method Description Reference<T>ReferenceBuilder. build()
-