Uses of Class
org.apache.olingo.odata2.api.uri.ExpandSelectTreeNode
Packages that use ExpandSelectTreeNode
Package
Description
Entity Provider
Entity Provider Callbacks
Entity Provider Entries
URI Parser Facade
-
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return ExpandSelectTreeNodeModifier and TypeMethodDescriptionfinal ExpandSelectTreeNodeEntityProviderWriteProperties.getExpandSelectTree()Gets the expand select tree data structure resulting from $expand and $select query options.Methods in org.apache.olingo.odata2.api.ep with parameters of type ExpandSelectTreeNodeModifier and TypeMethodDescriptionEntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder.expandSelectTree(ExpandSelectTreeNode expandSelectTree) Set a expand select tree which results from $expand and $select query parameter. -
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.api.ep.callback
Methods in org.apache.olingo.odata2.api.ep.callback that return ExpandSelectTreeNodeModifier and TypeMethodDescriptionWriteCallbackContext.getCurrentExpandSelectTreeNode()Current means the node pointing to the target entity setMethods in org.apache.olingo.odata2.api.ep.callback with parameters of type ExpandSelectTreeNodeModifier and TypeMethodDescriptionvoidWriteCallbackContext.setCurrentExpandSelectTreeNode(ExpandSelectTreeNode currentNode) Do Not Call This Method! -
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.api.ep.entry
Methods in org.apache.olingo.odata2.api.ep.entry that return ExpandSelectTreeNodeModifier and TypeMethodDescriptionODataEntry.getExpandSelectTree()Gets the expand select tree data structure which can be used for$expandquery option. -
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return ExpandSelectTreeNodeModifier and TypeMethodDescriptionabstract ExpandSelectTreeNodeExpandSelectTreeNode.ExpandSelectTreeNodeBuilder.build()Will close this builder and return anExpandSelectTreeNode.abstract ExpandSelectTreeNodeUriParser.buildExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) Creates an optimized expression tree out of $expand and $select expressions.static ExpandSelectTreeNodeUriParser.createExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) Creates an optimized expression tree out of $expand and $select expressions.Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type ExpandSelectTreeNodeModifier and TypeMethodDescriptionabstract List<ExpandSelectTreeNode>ExpandSelectTreeNode.getExpandedList()A list of all expanded links within the parent entity.abstract Map<String,ExpandSelectTreeNode> ExpandSelectTreeNode.getLinks()Gets the links that have to be included or expanded.Methods in org.apache.olingo.odata2.api.uri with parameters of type ExpandSelectTreeNodeModifier and TypeMethodDescriptionExpandSelectTreeNode.ExpandSelectTreeNodeBuilder.customExpandedLink(String navigationPropertyName, ExpandSelectTreeNode expandNode) Sets a link to be expanded with a custom node. -
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.core.ep.aggregator
Methods in org.apache.olingo.odata2.core.ep.aggregator with parameters of type ExpandSelectTreeNodeModifier and TypeMethodDescriptionstatic EntityInfoAggregatorEntityInfoAggregator.create(EdmEntitySet entitySet, ExpandSelectTreeNode expandSelectTree) Create anEntityInfoAggregatorbased on givenEdmEntitySet -
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.core.ep.entry
Methods in org.apache.olingo.odata2.core.ep.entry that return ExpandSelectTreeNodeConstructors in org.apache.olingo.odata2.core.ep.entry with parameters of type ExpandSelectTreeNodeModifierConstructorDescriptionODataEntryImpl(Map<String, Object> data, MediaMetadata mediaMetadata, EntryMetadata entryMetadata, ExpandSelectTreeNode expandSelectTree, boolean containsInlineEntry) -
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.core.uri
Subclasses of ExpandSelectTreeNode in org.apache.olingo.odata2.core.uriMethods in org.apache.olingo.odata2.core.uri that return ExpandSelectTreeNodeModifier and TypeMethodDescriptionExpandSelectTreeNodeImpl.ExpandSelectTreeNodeBuilderImpl.build()UriParserImpl.buildExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) Methods in org.apache.olingo.odata2.core.uri that return types with arguments of type ExpandSelectTreeNodeModifier and TypeMethodDescriptionExpandSelectTreeNodeImpl.getExpandedList()ExpandSelectTreeNodeImpl.getLinks()Methods in org.apache.olingo.odata2.core.uri with parameters of type ExpandSelectTreeNodeModifier and TypeMethodDescriptionExpandSelectTreeNodeImpl.ExpandSelectTreeNodeBuilderImpl.customExpandedLink(String navigationPropertyName, ExpandSelectTreeNode expandNode)