Interface EntityBrowser
-
- All Superinterfaces:
As
- All Known Subinterfaces:
MediaFileSystem
public interface EntityBrowser extends As
A role which can supply anEntity
that is the root of a hierarchy.- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.tidalwave.util.As
As.Defaults, As.NotFoundBehaviour<T extends java.lang.Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity
getRoot()
Returns the rootEntity
.
-