public class WorkspaceDelegate
extends java.lang.Object
Constructor and Description |
---|
WorkspaceDelegate(SessionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
copy(@NotNull java.lang.String srcPath,
@NotNull java.lang.String destPath)
Copy a node
|
public WorkspaceDelegate(SessionContext context)
public void copy(@NotNull @NotNull java.lang.String srcPath, @NotNull @NotNull java.lang.String destPath) throws RepositoryException
srcPath
- oak path to the source node to copydestPath
- oak path to the destinationRepositoryException
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.