Interface ExpandResult
public interface ExpandResult
Document me
- Since:
- 2023-10-16
-
Method Summary
Modifier and TypeMethodDescriptiongetItemById
(String id) Returns the item by its physical IDgetItems()
getPaths()
Converts the expand result to astructure
for easier processing.
-
Method Details
-
toStructure
Structure toStructure()Converts the expand result to astructure
for easier processing.- Returns:
- The result as a Structure
-
getItemById
Returns the item by its physical ID- Parameters:
id
- The ID of the item- Returns:
- The item, or null, if we dont have the requested ID part of the expand result
-
getRelationshipById
-
getItems
Collection<EngItem> getItems() -
getRelationships
Collection<DefaultRelationship> getRelationships() -
getPaths
-