public interface NodeService extends Service<FedoraResource>
Modifier and Type | Method and Description |
---|---|
void |
copyObject(FedoraSession session,
String source,
String destination)
Copy an existing object from the source path to the destination path
|
void |
moveObject(FedoraSession session,
String source,
String destination)
Move an existing object from the source path to the destination path
|
exists, find, findOrCreate
void copyObject(FedoraSession session, String source, String destination)
session
- the sessionsource
- the sourcedestination
- the destinationvoid moveObject(FedoraSession session, String source, String destination)
session
- the sessionsource
- the sourcedestination
- the destinationCopyright © 2013–2018 DuraSpace, Inc.. All rights reserved.