Package org.apache.jackrabbit.server.io
Interface DeleteContext
-
- All Known Implementing Classes:
DeleteContextImpl
public interface DeleteContext
The context associated with a DELETE operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Session
getSession()
-
-
-
Method Detail
-
getSession
Session getSession()
- Returns:
- the jcr session associated with this context.
-
-