public interface NodeService extends Service<FedoraResource>
| Modifier and Type | Method and Description |
|---|---|
void |
copyObject(javax.jcr.Session session,
String source,
String destination)
Copy an existing object from the source path to the destination path
|
void |
moveObject(javax.jcr.Session session,
String source,
String destination)
Move an existing object from the source path to the destination path
|
exists, find, findOrCreatevoid copyObject(javax.jcr.Session session, String source, String destination)
session - the sessionsource - the sourcedestination - the destinationvoid moveObject(javax.jcr.Session session, String source, String destination)
session - the sessionsource - the sourcedestination - the destinationCopyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.