.move(new ResourcePath(fullResourcePath), fullTargetPath);
requestContext.getRegistry().createLink(fullTargetPath, this.id);
requestContext.getRegistry().removeLink(this.mountPoint);
if (registryContext != null) {
HandlerManager hm = registryContext.getHandlerManager();
hm.removeHandler(this,
HandlerLifecycleManager.TENANT_SPECIFIC_SYSTEM_HANDLER_PHASE);
}
} else if (fullResourcePath.startsWith(this.mountPoint)) {
String actualResourcePath = fullResourcePath.substring(
this.mountPoint.length(), fullResourcePath.length());