Uses of Class
org.apache.olingo.odata2.api.edm.FullQualifiedName
Packages that use FullQualifiedName
Package
Description
Entity Data Model API
Entity Data Model Provider API
-
Uses of FullQualifiedName in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return FullQualifiedNameModifier and TypeMethodDescriptionEdmSimpleTypeKind.getFullQualifiedName()Returns theFullQualifiedNamefor this SimpleTypeKind. -
Uses of FullQualifiedName in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return FullQualifiedNameModifier and TypeMethodDescriptionAssociationSet.getAssociation()ComplexType.getBaseType()EntitySet.getEntityType()NavigationProperty.getRelationship()AssociationEnd.getType()ComplexProperty.getType()ReturnType.getTypeName()Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type FullQualifiedNameModifier and TypeMethodDescriptionEdmProvider.getAssociation(FullQualifiedName edmFQName) This method should return anAssociationor null if nothing is foundEdmProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole) This method should return anAssociationSetor null if nothing is foundEdmProvider.getComplexType(FullQualifiedName edmFQName) This method should return aComplexTypeor null if nothing is foundEdmProvider.getEntityType(FullQualifiedName edmFQName) This method should return anEntityTypeor null if nothing is foundAssociationSet.setAssociation(FullQualifiedName association) Sets theFullQualifiedNameassociation for thisAssociationSetComplexType.setBaseType(FullQualifiedName baseType) Sets theFullQualifiedNameof the base typeEntityType.setBaseType(FullQualifiedName baseType) EntitySet.setEntityType(FullQualifiedName entityType) NavigationProperty.setRelationship(FullQualifiedName relationship) Sets theFullQualifiedNamefor the relationship of thisNavigationPropertyAssociationEnd.setType(FullQualifiedName type) Sets theFullQualifiedNamefor thisAssociationEndComplexProperty.setType(FullQualifiedName type) Sets theFullQualifiedNamefor thisPropertyReturnType.setTypeName(FullQualifiedName qualifiedName) Sets the type of thisReturnTypevia the typesFullQualifiedName -
Uses of FullQualifiedName in org.apache.olingo.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm with parameters of type FullQualifiedNameModifier and TypeMethodDescriptionprotected abstract EdmAssociationEdmImpl.createAssociation(FullQualifiedName fqName) protected abstract EdmComplexTypeEdmImpl.createComplexType(FullQualifiedName fqName) protected abstract EdmEntityTypeEdmImpl.createEntityType(FullQualifiedName fqName) -
Uses of FullQualifiedName in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider with parameters of type FullQualifiedNameModifier and TypeMethodDescriptionprotected EdmAssociationEdmImplProv.createAssociation(FullQualifiedName fqName) protected EdmComplexTypeEdmImplProv.createComplexType(FullQualifiedName fqName) protected EdmEntityTypeEdmImplProv.createEntityType(FullQualifiedName fqName) EdmxProvider.getAssociation(FullQualifiedName edmFQName) EdmxProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole) EdmxProvider.getComplexType(FullQualifiedName edmFQName) EdmxProvider.getEntityType(FullQualifiedName edmFQName) Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type FullQualifiedNameModifierConstructorDescriptionEdmElementImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmFacets edmFacets, EdmMapping edmMapping) EdmPropertyImplProv(EdmImplProv edm, FullQualifiedName propertyName, Property property) EdmTypedImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmMultiplicity multiplicity)