|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpandSelectTreeNode | |
---|---|
org.apache.olingo.odata2.api.ep | Entity Provider |
org.apache.olingo.odata2.api.ep.callback | Entity Provider Callbacks |
org.apache.olingo.odata2.api.ep.entry | Entity Provider Entries |
org.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 | |
---|---|
ExpandSelectTreeNode |
EntityProviderWriteProperties.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 | |
---|---|
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
EntityProviderWriteProperties.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 | |
---|---|
ExpandSelectTreeNode |
WriteCallbackContext.getCurrentExpandSelectTreeNode()
Current means the node pointing to the target entity set |
Methods in org.apache.olingo.odata2.api.ep.callback with parameters of type ExpandSelectTreeNode | |
---|---|
void |
WriteCallbackContext.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 | |
---|---|
ExpandSelectTreeNode |
ODataEntry.getExpandSelectTree()
Gets the expand select tree data structure which can be used for $expand query option. |
Uses of ExpandSelectTreeNode in org.apache.olingo.odata2.api.uri |
---|
Methods in org.apache.olingo.odata2.api.uri that return ExpandSelectTreeNode | |
---|---|
abstract ExpandSelectTreeNode |
ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder.build()
Will close this builder and return an ExpandSelectTreeNode . |
abstract ExpandSelectTreeNode |
UriParser.buildExpandSelectTree(List<SelectItem> select,
List<ArrayList<NavigationPropertySegment>> expand)
Creates an optimized expression tree out of $expand and $select expressions. |
static ExpandSelectTreeNode |
UriParser.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 | |
---|---|
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 | |
---|---|
abstract ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder |
ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder.customExpandedLink(String navigationPropertyName,
ExpandSelectTreeNode expandNode)
Sets a link to be expanded with a custom node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |