Archana Rai created OLINGO-1321: ----------------------------------- Summary: ODATA V2.0 : An api to return list of child expandSelectTreeNode Key: OLINGO-1321 URL: https://issues.apache.org/jira/browse/OLINGO-1321 Project: Olingo Issue Type: Improvement Components: odata2-core Affects Versions: V2 2.0.10 Reporter: Archana Rai Assignee: Archana Rai Fix For: V2 2.0.11
For a deep insert with different navigation properties within another navigation property which is of type feed. E.g. Room has navigation property nr_Emplooyes which is of type feed which has further navigation properties like this Room nr_Employees [ Emp1 ne_Team Emp2 ne_Room ne_Building ] By default the first entry is taken as the expandSelectTreeNode for the parent feed. There should be a provision to get all the child expanded nodes at the navigation feed. An api : public abstract List<ExpandSelectTreeNode> getExpandedList(); to give back list of expanded nodes. -- This message was sent by Atlassian JIRA (v7.6.3#76005)