Changes between Version 10 and Version 11 of S3/S3Hierarchy


Ignore:
Timestamp:
05/21/14 21:38:24 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Hierarchy

    v10 v11  
    107107== Performing Lookups ==
    108108
    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.
     109To perform lookups, you first have to [#SubsetDefinition define a subset].
     110
     111All 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.
    112112
    113113All 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.