|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.uri.ExpandSelectTreeNode
public abstract class ExpandSelectTreeNode
Expression tree node with information about selected properties and to be expanded links.
Nested Class Summary | |
---|---|
static class |
ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder
Builder interface |
Constructor Summary | |
---|---|
ExpandSelectTreeNode()
|
Method Summary | |
---|---|
static ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder |
entitySet(EdmEntitySet entitySet)
Creates a builder instance and sets the entitySet for this node. |
abstract Map<String,ExpandSelectTreeNode> |
getLinks()
Gets the links that have to be included or expanded. |
abstract List<EdmProperty> |
getProperties()
Gets the list of explicitly selected properties . |
abstract boolean |
isAll()
Determines whether all properties (including navigation properties) have been selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpandSelectTreeNode()
Method Detail |
---|
public abstract boolean isAll()
public abstract 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
.
public abstract 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 nodepublic static ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder entitySet(EdmEntitySet entitySet)
entitySet
- on which this node is based
ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder
to build the node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |