Uses of Class
org.apache.olingo.odata2.api.uri.ExpandSelectTreeNode
-
Packages that use ExpandSelectTreeNode Package Description org.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.ep.callback Entity Provider Callbacksorg.apache.olingo.odata2.api.ep.entry Entity Provider Entriesorg.apache.olingo.odata2.api.uri URI Parser Facade -
-
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return ExpandSelectTreeNode Modifier and Type Method Description 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 ExpandSelectTreeNode Modifier and Type Method Description EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderEntityProviderWriteProperties.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 ExpandSelectTreeNode Modifier and Type Method Description ExpandSelectTreeNodeWriteCallbackContext. getCurrentExpandSelectTreeNode()Current means the node pointing to the target entity setMethods in org.apache.olingo.odata2.api.ep.callback with parameters of type ExpandSelectTreeNode Modifier and Type Method Description voidWriteCallbackContext. 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 ExpandSelectTreeNode Modifier and Type Method Description ExpandSelectTreeNodeODataEntry. 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 ExpandSelectTreeNode Modifier and Type Method Description abstract 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 ExpandSelectTreeNode Modifier and Type Method Description 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 ExpandSelectTreeNode Modifier and Type Method Description abstract ExpandSelectTreeNode.ExpandSelectTreeNodeBuilderExpandSelectTreeNode.ExpandSelectTreeNodeBuilder. customExpandedLink(String navigationPropertyName, ExpandSelectTreeNode expandNode)Sets a link to be expanded with a custom node.
-