Interface FilteredIdMap

    • Method Detail

      • toFilteredNodeId

        long toFilteredNodeId​(long rootNodeId)
        Maps a root mapped node id to a filtered mapped node id. This is necessary for nested (filtered) id mappings. If this mapping is a nested mapping, this method returns the mapped id corresponding to the mapped id of the parent mapping. For the root mapping this method returns the given node id.
      • containsRootNodeId

        boolean containsRootNodeId​(long rootNodeId)
        Checks if the rootNodeId (mappedNodeId) is present in the IdMaps mapping information.