Interface DepthLimitable
-
- All Superinterfaces:
EntityProvider
public interface DepthLimitable extends EntityProvider
This entity type can specify its own recursion depth limit. It will typically be implemented as a simple bean property, but there may be scenarios where other information is used to determine an appropriate limit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxDepth()Retrieve the recursion depth limit for this provider.-
Methods inherited from interface org.sakaiproject.entitybroker.entityprovider.EntityProvider
getEntityPrefix
-
-