Package org.apache.jackrabbit.core
Class SessionMoveOperation
- java.lang.Object
-
- org.apache.jackrabbit.core.SessionMoveOperation
-
- All Implemented Interfaces:
SessionOperation<Object>
,SessionWriteOperation<Object>
public class SessionMoveOperation extends Object implements SessionWriteOperation<Object>
-
-
Constructor Summary
Constructors Constructor Description SessionMoveOperation(PathResolver resolver, String srcAbsPath, String destAbsPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
perform(SessionContext context)
Performs the session operation.String
toString()
Returns a string representation of this operation.
-
-
-
Constructor Detail
-
SessionMoveOperation
public SessionMoveOperation(PathResolver resolver, String srcAbsPath, String destAbsPath) throws RepositoryException
- Throws:
RepositoryException
-
-
Method Detail
-
perform
public Object perform(SessionContext context) throws RepositoryException
Description copied from interface:SessionOperation
Performs the session operation.- Specified by:
perform
in interfaceSessionOperation<Object>
- Parameters:
context
- component context of this session- Throws:
RepositoryException
- if the operation fails
-
-