public interface ExpandSelectTreeNode
Modifier and Type | Method and Description |
---|---|
Map<String,ExpandSelectTreeNode> |
getLinks()
Gets the links that have to be included or expanded.
|
List<EdmProperty> |
getProperties()
Gets the list of explicitly selected
properties . |
boolean |
isAll()
Determines whether all properties (including navigation properties) have been selected.
|
boolean isAll()
List<EdmProperty> getProperties()
Gets the list of explicitly selected properties
.
This list does not contain any navigation properties.
It is empty if isAll()
returns true
.
Map<String,ExpandSelectTreeNode> getLinks()
ExpandSelectTreeNode
;
if that node is null
, a deferred link has been requested,
otherwise the link must be expanded with information found in that nodeCopyright © 2013 The Apache Software Foundation. All Rights Reserved.