public class SessionMoveOperation extends Object implements SessionWriteOperation<Object>
| Constructor and Description |
|---|
SessionMoveOperation(org.apache.jackrabbit.spi.commons.conversion.PathResolver resolver,
String srcAbsPath,
String destAbsPath) |
| Modifier and Type | Method and Description |
|---|---|
Object |
perform(SessionContext context)
Performs the session operation.
|
String |
toString()
Returns a string representation of this operation.
|
public SessionMoveOperation(org.apache.jackrabbit.spi.commons.conversion.PathResolver resolver,
String srcAbsPath,
String destAbsPath)
throws RepositoryException
RepositoryExceptionpublic Object perform(SessionContext context) throws RepositoryException
SessionOperationperform in interface SessionOperation<Object>context - component context of this sessionRepositoryException - if the operation failsCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.