Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlSingleton
Packages that use CsdlSingleton
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlSingleton in org.apache.olingo.client.core.edm
Methods in org.apache.olingo.client.core.edm that return CsdlSingletonModifier and TypeMethodDescriptionClientCsdlEdmProvider.getSingleton(FullQualifiedName entityContainer, String singletonName) -
Uses of CsdlSingleton in org.apache.olingo.commons.api.edm.provider
Methods in org.apache.olingo.commons.api.edm.provider that return CsdlSingletonModifier and TypeMethodDescriptionCsdlAbstractEdmProvider.getSingleton(FullQualifiedName entityContainer, String singletonName) CsdlEdmProvider.getSingleton(FullQualifiedName entityContainer, String singletonName) This method should return anCsdlSingletonor null if nothing is foundCsdlEntityContainer.getSingleton(String name) Gets singleton.CsdlSingleton.setAnnotations(List<CsdlAnnotation> annotations) CsdlSingleton.setMapping(CsdlMapping mapping) CsdlSingleton.setNavigationPropertyBindings(List<CsdlNavigationPropertyBinding> navigationPropertyBindings) CsdlSingleton.setType(FullQualifiedName type) Methods in org.apache.olingo.commons.api.edm.provider that return types with arguments of type CsdlSingletonMethod parameters in org.apache.olingo.commons.api.edm.provider with type arguments of type CsdlSingletonModifier and TypeMethodDescriptionCsdlEntityContainer.setSingletons(List<CsdlSingleton> singletons) Sets singletons. -
Uses of CsdlSingleton in org.apache.olingo.commons.core.edm
Constructors in org.apache.olingo.commons.core.edm with parameters of type CsdlSingletonModifierConstructorDescriptionEdmSingletonImpl(Edm edm, EdmEntityContainer container, CsdlSingleton singleton)