Package org.apache.jackrabbit.server.io
Interface CopyMoveContext
-
- All Known Implementing Classes:
CopyMoveContextImpl
public interface CopyMoveContext
CopyMoveContext
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Session
getSession()
Workspace
getWorkspace()
boolean
isShallowCopy()
-
-
-
Method Detail
-
isShallowCopy
boolean isShallowCopy()
- Returns:
- true if this context defines a shallow copy.
-
getSession
Session getSession()
- Returns:
- the jcr session associated with this context.
-
getWorkspace
Workspace getWorkspace() throws RepositoryException
- Returns:
- The JCR workspace associated with this context.
- Throws:
RepositoryException
- If an error occurs.
-
-