Uses of Interface
org.camunda.bpm.model.xml.type.reference.Reference

Packages that use Reference
org.camunda.bpm.model.xml.impl.type.attribute   
org.camunda.bpm.model.xml.impl.type.reference   
org.camunda.bpm.model.xml.test.assertions   
org.camunda.bpm.model.xml.type.attribute   
org.camunda.bpm.model.xml.type.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
 List<Reference<?>> AttributeImpl.getIncomingReferences()
           
 List<Reference<?>> AttributeImpl.getOutgoingReferences()
           
 

Methods in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type Reference
 void AttributeImpl.registerIncoming(Reference<?> ref)
           
 void AttributeImpl.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 Reference
 class AttributeReferenceImpl<T extends ModelElementInstance>
           
 class ElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class ElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class QNameAttributeReferenceImpl<T extends ModelElementInstance>
           
 class QNameElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class QNameElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
           
 class ReferenceImpl<T 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 Reference
 class AbstractReferenceAssert<S extends AbstractReferenceAssert<S,T>,T extends Reference<?>>
           
 

Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type Reference
 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
 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
 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
 class AttributeReferenceCollection<T extends ModelElementInstance>
           
 

Methods in org.camunda.bpm.model.xml.type.reference that return Reference
 Reference<T> ReferenceBuilder.build()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.