Changes between Version 10 and Version 11 of S3/S3Hierarchy
- Timestamp:
- 05/21/14 21:38:24 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Hierarchy
v10 v11 107 107 == Performing Lookups == 108 108 109 All lookup attributes or methods of the subset use node IDs. 110 111 The node IDs are either the record IDs (for simple self-reference) or the super-IDs (for super-entity self-reference) of the records in the subset.109 To perform lookups, you first have to [#SubsetDefinition define a subset]. 110 111 All lookup attributes or methods of the subset use node IDs. The node IDs are either the record IDs (for simple self-reference) or the super-IDs (for super-entity self-reference) of the records in the subset. 112 112 113 113 All lookup attributes and methods return either a single node ID (long), or a '''set''' of node IDs. The only exception is path() which returns an ordered list of node IDs.