Uses of Interface
org.camunda.bpm.model.xml.type.reference.Reference
-
-
Uses of Reference in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Reference Modifier and Type Method Description java.util.Collection<Reference>
BaseElementImpl. getIncomingReferencesByType(java.lang.Class<? extends ModelElementInstance> referenceSourceTypeClass)
-
Uses of Reference in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Reference Modifier and Type Class Description class
CmmnAttributeElementReferenceCollection
-
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 java.util.List<Reference<?>>
AttributeImpl. getIncomingReferences()
java.util.List<Reference<?>>
AttributeImpl. getOutgoingReferences()
Methods in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type Reference Modifier and Type Method Description void
AttributeImpl. registerIncoming(Reference<?> ref)
void
AttributeImpl. 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 class
AbstractReferenceAssert<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 AttributeAssert
AttributeAssert. hasIncomingReferences(Reference<?>... references)
AttributeAssert
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 Reference Modifier and Type Method Description java.util.List<Reference<?>>
Attribute. getIncomingReferences()
java.util.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 interface
AttributeReference<T extends ModelElementInstance>
interface
ElementReference<Target extends ModelElementInstance,Source extends ModelElementInstance>
interface
ElementReferenceCollection<Target extends ModelElementInstance,Source extends ModelElementInstance>
Classes in org.camunda.bpm.model.xml.type.reference that implement Reference Modifier and Type Class Description class
AttributeReferenceCollection<T extends ModelElementInstance>
Methods in org.camunda.bpm.model.xml.type.reference that return Reference Modifier and Type Method Description Reference<T>
ReferenceBuilder. build()
-