Package org.apache.olingo.odata2.api
Interface ODataDebugCallback
- All Superinterfaces:
ODataCallback
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether additional debug information can be retrieved from this OData service for the current request.
-
Method Details
-
isDebugEnabled
boolean isDebugEnabled()Determines whether additional debug information can be retrieved from this OData service for the current request.- Returns:
trueif the system is in debug mode and the current user has the rights to debug the OData service
-