Uses of Class
org.apache.olingo.odata2.api.edm.provider.NavigationProperty
Packages that use NavigationProperty
Package
Description
Entity Data Model Provider API
-
Uses of NavigationProperty in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return NavigationPropertyModifier and TypeMethodDescriptionNavigationProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisNavigationPropertyNavigationProperty.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisNavigationPropertyNavigationProperty.setDocumentation(Documentation documentation) Sets theDocumentationfor thisNavigationPropertyNavigationProperty.setFromRole(String fromRole) Sets the role thisNavigationPropertyis comming fromNavigationProperty.setMapping(Mapping mapping) Sets theMappingfor thisNavigationPropertySets the name of thisNavigationPropertyNavigationProperty.setRelationship(FullQualifiedName relationship) Sets theFullQualifiedNamefor the relationship of thisNavigationPropertySets the role thisNavigationPropertyis going toMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type NavigationPropertyMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type NavigationPropertyModifier and TypeMethodDescriptionEntityType.setNavigationProperties(List<NavigationProperty> navigationProperties) Sets theNavigationPropertys for thisEntityType -
Uses of NavigationProperty in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider with parameters of type NavigationPropertyModifier and TypeMethodDescriptionprotected EdmTypedEdmEntityTypeImplProv.createNavigationProperty(NavigationProperty property) Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type NavigationPropertyModifierConstructorDescriptionEdmNavigationPropertyImplProv(EdmImplProv edm, NavigationProperty property)