Interface NavigationPropertyFollower
-
public interface NavigationPropertyFollowerInterface for a class that follows a navigation link and returns the linked Entity.- Author:
- scf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.fraunhofer.iosb.ilt.frostserver.model.core.Entityfetch(de.fraunhofer.iosb.ilt.frostserver.model.core.Entity source)Follow the registered navigation link, on the given source Entity, and return the linked Target Entity.
-
-
-
Method Detail
-
fetch
de.fraunhofer.iosb.ilt.frostserver.model.core.Entity fetch(de.fraunhofer.iosb.ilt.frostserver.model.core.Entity source)
Follow the registered navigation link, on the given source Entity, and return the linked Target Entity.- Parameters:
source- The source Entity.- Returns:
- The linked target Entity.
-
-