Package org.apache.jackrabbit.server.io
Class DeleteContextImpl
- java.lang.Object
-
- org.apache.jackrabbit.server.io.DeleteContextImpl
-
- All Implemented Interfaces:
DeleteContext
public class DeleteContextImpl extends Object implements DeleteContext
Implements a simple delete context
-
-
Constructor Summary
Constructors Constructor Description DeleteContextImpl(Session session)
-
-
-
Constructor Detail
-
DeleteContextImpl
public DeleteContextImpl(Session session)
-
-
Method Detail
-
getSession
public Session getSession()
- Specified by:
getSession
in interfaceDeleteContext
- Returns:
- the jcr session associated with this context.
- See Also:
DeleteContext.getSession()
-
-